aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/ioq3.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/web/ioq3.css b/web/ioq3.css
index f2a5a4b..8177e15 100644
--- a/web/ioq3.css
+++ b/web/ioq3.css
@@ -82,7 +82,8 @@ h3 {
}
img {
- border: 0;
+ border: 1px solid black;
+ margin: .5em;
}
table {
@@ -111,6 +112,10 @@ td {
padding: .20em;
}
+p {
+ text-align: justify;
+}
+
.right {
float: right;
}