From ce6d7b8d3799cf5996a7c4fd512bf4efb85d1c5b Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Mon, 12 Jan 2009 08:24:23 +0000 Subject: Keep CSS selector attribute definitions alphabetized. --- core/css/debug.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'core/css/debug.css') diff --git a/core/css/debug.css b/core/css/debug.css index c957fd77..fe5665ad 100644 --- a/core/css/debug.css +++ b/core/css/debug.css @@ -1,9 +1,9 @@ .gAnnotatedThemeBlock { - position: relative; - padding: 1em; - margin: 1em; border: 1px solid #C00; clear: both; + margin: 1em; + padding: 1em; + position: relative; } .gAnnotatedThemeBlock_album_top { @@ -15,14 +15,14 @@ } .gAnnotatedThemeBlock div.title { - position: absolute; - top: -1em; - right: -1em; - border: 1px solid black; background: #C00; + border: 1px solid black; color: white; - text-align: left; - padding: 4px; font-size: 110%; + padding: 4px; + position: absolute; + right: -1em; + top: -1em; + text-align: left; -moz-border-radius: 5%; } -- cgit v1.2.3