summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-05-30 08:08:59 +0000
committerDries Buytaert <dries@buytaert.net>2007-05-30 08:08:59 +0000
commit4fd54aabc574f9f7afb2f10960e033af1cb3275b (patch)
tree914ed89f4ddee8160b501faa30e17a61dc0a78b1 /themes
parent35687098037816e791b915269e035b080fc90c77 (diff)
downloadbrdo-4fd54aabc574f9f7afb2f10960e033af1cb3275b.tar.gz
brdo-4fd54aabc574f9f7afb2f10960e033af1cb3275b.tar.bz2
- Patch #115267 by drewish, dopry et al: simplified file uploads code, improved file API, centralized file validation, implemented quotas and fixed file previews.
Diffstat (limited to 'themes')
-rw-r--r--themes/bluemarine/style-rtl.css18
-rw-r--r--themes/bluemarine/style.css2
2 files changed, 10 insertions, 10 deletions
diff --git a/themes/bluemarine/style-rtl.css b/themes/bluemarine/style-rtl.css
index f672decbb..eb3131149 100644
--- a/themes/bluemarine/style-rtl.css
+++ b/themes/bluemarine/style-rtl.css
@@ -3,35 +3,35 @@ body {
direction: rtl;
}
#logo img {
- float: right;
+ float: right;
}
#menu {
- padding: 0.5em 0.5em 0 0.5em;
- text-align: left;
+ padding: 0.5em 0.5em 0 0.5em;
+ text-align: left;
}
#navlist {
- padding: 0 0 1.2em 0.8em;
+ padding: 0 0 1.2em 0.8em;
}
#subnavlist {
- padding: 0.5em 0 0.4em 1.2em;
+ padding: 0.5em 0 0.4em 1.2em;
}
ul.links li {
- border-right: 1px solid #9cf;
+ border-right: 1px solid #9cf;
border-left: inherit;
}
.block, .box {
padding: 0 1.5em 0 0;
}
.node .taxonomy {
- padding-right: 1.5em;
+ padding-right: 1.5em;
}
.node .picture {
float: left;
}
.comment .new {
text-align: left;
- float: left;
+ float: left;
}
.comment .picture {
- float: left;
+ float: left;
}
diff --git a/themes/bluemarine/style.css b/themes/bluemarine/style.css
index 2d5332d19..c88def143 100644
--- a/themes/bluemarine/style.css
+++ b/themes/bluemarine/style.css
@@ -138,7 +138,7 @@ ul.links li.first {
font-weight: bold;
}
.site-name {
- margin: 0.6em 0 0 ;
+ margin: 0.6em 0 0 ;
padding: 0;
font-size: 2em;
}