aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/content.css
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2008-08-22 00:45:03 +0000
committerrvelices <rv-github@modusoptimus.com>2008-08-22 00:45:03 +0000
commit0b32dd4c0bd53092fed21a0262dce0ebbd2afb9f (patch)
tree9a5cf9016316c94505d80475d39a25fe3d6e25ad /template/yoga/content.css
parent685f4e2998ba782b03bd0488131a6e1665de0955 (diff)
- further reduce css rules and remove unused ones
- added a smarty prefilter so that html output is nicely indented now ... git-svn-id: http://piwigo.org/svn/trunk@2481 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/content.css')
-rw-r--r--template/yoga/content.css29
1 files changed, 11 insertions, 18 deletions
diff --git a/template/yoga/content.css b/template/yoga/content.css
index ab82321f9..40aa4a37d 100644
--- a/template/yoga/content.css
+++ b/template/yoga/content.css
@@ -73,24 +73,6 @@ UL.categoryActions {
margin-bottom: -5px;
}
-/* User comments */
-
-DIV#comments {
- padding-left: 5px;
- padding-right: 5px;
-}
-
-DIV#comments HR {
- clear:both;
-}
-
-DIV#comments DIV.comment A.illustration {
- display: block;
- float: left;
- margin: 0.5em 1em 0 0.5em;
- width: 140px;
-}
-
/* begin chronology/calendar elements*/
.content DIV.calendarViews {
display: block;
@@ -209,3 +191,14 @@ DIV.calImg {
margin: 2px 0 0 2px;
float: left;
}
+
+
+/* User comments */
+DIV#comments {
+ padding-left: 5px;
+ padding-right: 5px;
+}
+
+DIV#comments DIV.description {
+ font-size: 100%;
+}