summaryrefslogtreecommitdiff
path: root/theme/base/css/display.css
diff options
context:
space:
mode:
authorRobin Millette <millette@plantard.controlezvous.ca>2009-01-22 05:08:28 +0000
committerRobin Millette <millette@plantard.controlezvous.ca>2009-01-22 05:08:28 +0000
commitf06c5f78733790aa5888510bd97b198a4278e826 (patch)
tree403bc28a0b573797886ebc89e8bbb672b48ad46d /theme/base/css/display.css
parente38f6165b6a6fe6e4fa1557a3afeceeb3a0d80e6 (diff)
parent03117fe3e84cfb7badb1f975ec15b8a97d575fd7 (diff)
Merge branch 'master' of /var/www/trunk
Diffstat (limited to 'theme/base/css/display.css')
-rw-r--r--theme/base/css/display.css22
1 files changed, 10 insertions, 12 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index 253cbfa38..073d2d40a 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -547,6 +547,7 @@ margin-bottom:4px;
width:auto;
clear:none;
}
+
.entity_profile .entity_fn {
margin-left:11px;
margin-right:4px;
@@ -584,11 +585,8 @@ display:none;
/*entity_actions*/
.entity_actions {
-clear:left;
-float:left;
-position:absolute;
-top:0;
-right:0;
+float:right;
+
}
.entity_actions h2 {
display:none;
@@ -936,7 +934,7 @@ outline:none;
}
.notice-options .notice_reply a,
-.notice-options form input.submit {
+.notice-options input.submit {
display:block;
border:0;
}
@@ -1019,18 +1017,18 @@ border-right:0;
-/*If there is hentry on #content_inner, this doesn't need to be specific to #doc */
-#doc #content_inner p {
+/*If there is hentry on #content_inner, then this doesn't need to be specific to #doc or any other section */
+.hentry .entry-content p {
margin-bottom:18px;
}
-#doc #content_inner ol,
-#doc #content_inner ul {
+.hentry entry-content ol,
+.hentry .entry-content ul {
list-style-position:inside;
}
-#doc #content_inner li {
+.hentry .entry-content li {
margin-bottom:18px;
}
-#doc #content_inner li li {
+.hentry .entry-content li li {
margin-left:18px;
}