OSDN Git Service

add maxlength to handle privmsg maxlength
[keitairc/keitairc.git] / doc / default.css
index 9fe0635..3f1c337 100644 (file)
@@ -32,7 +32,7 @@ a:link    { color: #008; }
 a:active  { color: #ddf; }
 a:visited { color: #008; }
 a:hover   { color: #ddf; text-decoration: underline; }
-pre { 
+pre {
        background-image: url(hnback.png);
        border-style: solid;
        border-width: 1px;
@@ -61,3 +61,17 @@ div.v2{
        border-style: solid;
        border-width: 0px 0px 0px 10px;
 }
+
+.screenshot {
+    margin: 0px auto;
+}
+
+.screenshot td {
+    padding: 0px 20px;
+    white-space: nowrap;
+}
+
+.screenshot img {
+    margin: 0px auto;
+    display: block;
+}