Keep CSS selector attribute definitions alphabetized.

This commit is contained in:
Chad Kieffer
2009-01-12 08:24:23 +00:00
parent 8a79d328ed
commit ce6d7b8d37
2 changed files with 20 additions and 20 deletions

View File

@@ -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%;
}