diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-06-18 18:16:37 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-06-18 18:16:37 +0000 |
commit | 30627993659edfcd0f0698185c19ff3400b6d313 (patch) | |
tree | ae334c9876245dc36d75a97e66fb1eb35ca8a2fb | |
parent | c7e18357997a370d30d53d800c8e7d3f34d695ef (diff) |
some stylesheet cleanup
git-svn-id: file:///var/lib/svn/phpfspot/trunk@106 fa6a889d-dae6-447d-9e79-4ba9a3039384
-rw-r--r-- | stylesheet.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/stylesheet.css b/stylesheet.css index 5322b01..7460f20 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -8,11 +8,6 @@ body { padding: 10px;
}
-#frame {
- padding: 10px;
- background-color: #ffffff;
-}
-
table, tr, td {
border-collapse: collapse;
padding: 0px;
@@ -102,7 +97,6 @@ a:hover { }
a.tag {
- font-size: 14px;
color: #000000;
text-decoration: underline;
font-style: italic;
@@ -153,3 +147,9 @@ td.thumb { border-radius: 1em;
border: dashed 1px #888888;
}
+
+#frame {
+ padding: 10px;
+ background-color: #ffffff;
+}
+
|