summaryrefslogtreecommitdiff
path: root/static/f
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-12-13 11:08:41 +0100
committerYorhel <git@yorhel.nl>2008-12-13 11:08:41 +0100
commit84cb0d328d83008343c92d51f24239c69b6d5914 (patch)
tree52eadcd5420ee48c2675063ffa53984403625cdf /static/f
parenta416eb118824fd4aea5e5acf06e81a8c36f7f0c8 (diff)
FF2 style fixes
Three-box-layout didn't work very well together with the screenshots on the homepage and the CSS icon hack needed a &nbsp; to get rid of a strange top margin. With this, the following browsers should render all pages correctly: FF2, FF3 and the latest Opera, Safari and Chrome
Diffstat (limited to 'static/f')
-rw-r--r--static/f/style.css13
1 files changed, 11 insertions, 2 deletions
diff --git a/static/f/style.css b/static/f/style.css
index e4efc4f8..42cefa82 100644
--- a/static/f/style.css
+++ b/static/f/style.css
@@ -361,7 +361,13 @@ b.future {
list-style-type: none;
margin-left: 10px;
}
-p.center img {
+p.screenshots {
+ text-align: center;
+ margin-top: 10px;
+ padding: 0;
+ height: 105px;
+}
+p.screenshots img {
margin: 2px;
}
@@ -1045,6 +1051,9 @@ div#iv_view {
border: 0;
text-decoration: none;
}
+.icons {
+ margin-top: 0px!important;
+}
.icons.lang {
width: 13px;
height: 11px;
@@ -1052,7 +1061,7 @@ div#iv_view {
}
.icons.par, .icons.tri, .icons.com { width: 11px; }
acronym.icons, acronym.uicons { cursor: default; }
-a.icons { border: none!important }
+a .icons { cursor: pointer }
.icons.oth { background: none; }
.icons.drc { background-position: 0px 0px; }
.icons.lin { background-position: 0px -14px; }