diff options
Diffstat (limited to 'template/yoga/theme')
-rw-r--r-- | template/yoga/theme/clear/theme.css | 2 | ||||
-rw-r--r-- | template/yoga/theme/dark/theme.css | 2 | ||||
-rw-r--r-- | template/yoga/theme/p0w0/theme.css | 3 | ||||
-rw-r--r-- | template/yoga/theme/wipi/theme.css | 3 |
4 files changed, 2 insertions, 8 deletions
diff --git a/template/yoga/theme/clear/theme.css b/template/yoga/theme/clear/theme.css index 70a7d510a..0a85ed60c 100644 --- a/template/yoga/theme/clear/theme.css +++ b/template/yoga/theme/clear/theme.css @@ -20,7 +20,7 @@ H2, #menubar DT, #imageHeaderBar, #imageToolBar A:hover, .row1 { } /* borders */ -#menubar DL, #content, #imageToolBar, +#menubar DL, #content, #imageToolBar, #comments DIV.comment BLOCKQUOTE { border: 1px solid #d3d3d3; } diff --git a/template/yoga/theme/dark/theme.css b/template/yoga/theme/dark/theme.css index e35761366..04632b6a4 100644 --- a/template/yoga/theme/dark/theme.css +++ b/template/yoga/theme/dark/theme.css @@ -47,7 +47,7 @@ H2, #menubar DT, .throw { } /* borders */ -#menubar DL, #content, +#menubar DL, #content, .content, #comments DIV.comment BLOCKQUOTE { border: 1px solid #000000; } diff --git a/template/yoga/theme/p0w0/theme.css b/template/yoga/theme/p0w0/theme.css index 980c386c8..42d0e8b47 100644 --- a/template/yoga/theme/p0w0/theme.css +++ b/template/yoga/theme/p0w0/theme.css @@ -10,9 +10,6 @@ INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ { background-color: transparent;
border: 0px;
}
-#content UL.thumbnailCategories LI {
- width: 49.7%; /* 49.8% for 2 per line, 33.3% for 3 per line*/
-}
H2, .throw {
color: #69c;
}
diff --git a/template/yoga/theme/wipi/theme.css b/template/yoga/theme/wipi/theme.css index 59d1c1258..cb91f1d14 100644 --- a/template/yoga/theme/wipi/theme.css +++ b/template/yoga/theme/wipi/theme.css @@ -10,9 +10,6 @@ INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ { background-color: transparent;
border: 0px;
}
-#content UL.thumbnailCategories LI {
- width: 49.7%; /* 49.8% for 2 per line, 33.3% for 3 per line*/
-}
H2, .throw {
color: #eee;
}
|