summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--stylesheet.css17
1 files changed, 11 insertions, 6 deletions
diff --git a/stylesheet.css b/stylesheet.css
index 7460f20..b38411f 100644
--- a/stylesheet.css
+++ b/stylesheet.css
@@ -16,9 +16,9 @@ table, tr, td {
}
td.tags {
- width: 150px;
+ width: 250px;
padding: 2px;
- padding-top: 10px;
+ padding-top: 8px;
border-top: solid 1px #000000;
border-right: solid 1px #000000;
}
@@ -68,8 +68,8 @@ img.bubbleimg_up {
margin-bottom: 0;
margin-right: 0;
border: 0;
- width: 202;
- height: 152;
+ width: 202px;
+ height: 152px;
}
img.bubbleimg_down {
@@ -82,8 +82,8 @@ img.bubbleimg_down {
margin-bottom: 0;
margin-right: 0;
border: 0;
- width: 202;
- height: 152;
+ width: 202px;
+ height: 152px;
}
a {
@@ -153,3 +153,8 @@ td.thumb {
background-color: #ffffff;
}
+#available_tags {
+ width: 250px;
+ clip: auto;
+ overflow: auto;
+}