From 32db04d701b77c2485abfa762cec66c5cab20777 Mon Sep 17 00:00:00 2001 From: str4d Date: Tue, 18 Dec 2012 00:44:54 +0000 Subject: [PATCH] Rounded bottom corners of .lastupdated box --- i2p2www/static/styles/duck.css | 1 + 1 file changed, 1 insertion(+) diff --git a/i2p2www/static/styles/duck.css b/i2p2www/static/styles/duck.css index 66fcc14f..8d36404a 100644 --- a/i2p2www/static/styles/duck.css +++ b/i2p2www/static/styles/duck.css @@ -225,6 +225,7 @@ div#content .main { div#content .lastupdated { background-color: #ffffdd; + border-radius: 0 0 5px 5px; padding: 2px 4px; position: absolute; right: 10%;