To solve a background issue in plugin perspective class="content" has been introduced and now it is spread to other distributed themes.

Don't be surprised by #content and .content they are different.

git-svn-id: http://piwigo.org/svn/trunk@1713 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
vdigital
2007-01-11 05:49:19 +00:00
parent 7397c8d4c2
commit 551e803213
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ H2, #menubar DT, #imageHeaderBar, #imageToolBar A:hover, .row1 {
background-color: #d3d3d3;
}
#menubar DL, #content, #imageToolBar, .header_notes {
#menubar DL, #content, #imageToolBar, .header_notes, .content {
background-color: #eeeeee;
}
+1 -1
View File
@@ -26,7 +26,7 @@ H3, #the_page, #imageHeaderBar, #imageToolBar A:hover, .row1 {
background-color: #3f3f3f;
}
#menubar DL, #content, #imageToolBar, .header_notes {
#menubar DL, #content, #imageToolBar, .header_notes, .content {
background-color: #5f5f5f;
}
+1 -1
View File
@@ -77,7 +77,7 @@ A {
A:hover {
border-color: #f92;
}
#content {
#content, .content {
background-color: #181818;
border: 1px solid #eee;
padding: 5px;