aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/content.css
diff options
context:
space:
mode:
authorchrisaga <chrisaga@piwigo.org>2005-12-10 16:03:53 +0000
committerchrisaga <chrisaga@piwigo.org>2005-12-10 16:03:53 +0000
commitea8b6eddd9edf6ef445d64c2bdd5040c8f0525a9 (patch)
tree866bea3868dc054ffdc4dc1dee70d27e2aec52c7 /template/yoga/content.css
parent271287c3ad59af359a066e24c623626b5a40f56b (diff)
template : fix categoryActions margins and picture page title background
git-svn-id: http://piwigo.org/svn/trunk@981 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/content.css')
-rw-r--r--template/yoga/content.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/template/yoga/content.css b/template/yoga/content.css
index 20455a31a..c339b3033 100644
--- a/template/yoga/content.css
+++ b/template/yoga/content.css
@@ -95,16 +95,16 @@ BODY#theNotificationPage #content
}
/* content defaults */
-#content dl, dd { margin: 10px; }
-#content dt {
+#content DL, DD { margin: 10px; }
+#content DT {
margin-bottom: 5px;
font-style: italic;
font-size: 110%;
}
/* actions */
-ul.categoryActions {
- margin: 0 0 0 0;
+UL.categoryActions {
+ margin: 2px;
width: auto;
padding: 0;
text-indent: 0;
@@ -112,16 +112,16 @@ ul.categoryActions {
text-align: center;
}
-#content div.titrePage ul.categoryActions {
+#content DIV.titrePage UL.categoryActions {
float: right;
text-align: center;
}
-#content ul.categoryActions li {
+#content UL.categoryActions LI {
display: inline;
}
-#content ul.categoryActions a img, ul.categoryActions a {
+#content UL.categoryActions A IMG, UL.categoryActions A {
border: none;
}