diff options
Diffstat (limited to 'themes/default/css/screen.css')
-rw-r--r-- | themes/default/css/screen.css | 43 |
1 files changed, 34 insertions, 9 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index 276c7211..dfbd5f66 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -4,15 +4,16 @@ * @requires YUI reset, font, grids CSS * * Sheet organization: - * 1) Basic HTML elements - * 2) Base text styles - * 3) Layout containers - * 4) Generic content containers - * 5) Specific content blocks - * 6) Navigation and menus - * 7) Generic styles - * 8) Forms - * 9) Browser hacks + * 1) Basic HTML elements + * 2) Base text styles + * 3) Layout containers + * 4) Generic content containers + * 5) Specific content blocks + * 6) Navigation and menus + * 7) Generic styles + * 8) Forms + * 9) Browser hacks + * 10) Debugging information */ /** ******************************************************************* @@ -807,3 +808,27 @@ li.gError select { height: 0; visibility: hidden; } + + +/** ******************************************************************* + * 10) Debugging information + *********************************************************************/ + +div.gAnnotatedThemeBlock { + position: relative; + padding: 1em; + margin: 1em; + border: 1px solid #C00; + clear: both; +} + +div.gAnnotatedThemeBlock div.title { + position: absolute; + top: -1em; + right: -1em; + border: 1px solid black; + background: #C00; + color: white; + text-align: left; + padding: 4px; +} |