aboutsummaryrefslogtreecommitdiffstats
path: root/web/ioq3.css
diff options
context:
space:
mode:
authorfloam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-11-04 06:17:39 +0000
committerfloam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-11-04 06:17:39 +0000
commit382aecbb8b28ea022cd368312facceca9cd7d9c7 (patch)
tree731f7ba4123844424642eb2142129131849fb827 /web/ioq3.css
parent6b1006bc8fe171f2f9021156edd5bfa1975a9f40 (diff)
downloadioquake3-aero-382aecbb8b28ea022cd368312facceca9cd7d9c7.tar.gz
ioquake3-aero-382aecbb8b28ea022cd368312facceca9cd7d9c7.zip
I think this looks better
git-svn-id: svn://svn.icculus.org/quake3/trunk@265 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'web/ioq3.css')
-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;
}