summaryrefslogtreecommitdiff
path: root/core/css/debug.css
diff options
context:
space:
mode:
Diffstat (limited to 'core/css/debug.css')
-rw-r--r--core/css/debug.css18
1 files changed, 9 insertions, 9 deletions
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%;
}