diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/page.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/css/page.css b/css/page.css index 3421113..0237797 100644 --- a/css/page.css +++ b/css/page.css @@ -147,3 +147,10 @@ table.score th { vertical-align: text-bottom;
overflow: hidden;
}
+#facebook {
+ border: none;
+ width: 95px;
+ height: 21px;
+ vertical-align: text-bottom;
+ overflow: hidden;
+}
|