diff options
-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;
+}
+
|