diff options
Diffstat (limited to 'res/default.css')
-rw-r--r-- | res/default.css | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/res/default.css b/res/default.css index d89fae1..97af144 100644 --- a/res/default.css +++ b/res/default.css @@ -3,12 +3,23 @@ body { margin: 0;
}
+
img {
vertical-align: middle;
}
+#content img {
+ width: 100%;
+}
+
a {
text-decoration: none;
+ color: inherit;
+}
+
+a.highlight {
+ text-decoration: underline;
+ text-decoration-style: dotted;
}
.button {
@@ -39,7 +50,7 @@ a { }
#content {
- margin: 0 auto;
+ margin: 10px auto;
line-height: 1.5em;
width: 70%;
}
|