diff options
author | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-06 01:43:42 +0000 |
---|---|---|
committer | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-06 01:43:42 +0000 |
commit | 8089c33239ad9fe0f2139162cc1a6bf8e73019a0 (patch) | |
tree | 3ca643ff67fdb7fd944ed6f38d8642f7f5034a12 | |
parent | 3d9fc43e2b442615b1b81b86df7ba6b1d8eebddb (diff) | |
download | ioquake3-aero-8089c33239ad9fe0f2139162cc1a6bf8e73019a0.tar.gz ioquake3-aero-8089c33239ad9fe0f2139162cc1a6bf8e73019a0.zip |
Kill the big nasty space below <h1>'s (our title header)
git-svn-id: svn://svn.icculus.org/quake3/trunk@289 edf5b092-35ff-0310-97b2-ce42778d08ea
-rw-r--r-- | web/ioq3.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/ioq3.css b/web/ioq3.css index 8b2d15c..5396db5 100644 --- a/web/ioq3.css +++ b/web/ioq3.css @@ -65,6 +65,7 @@ h1 { float: left; font-size: 1.75em; padding-left: .5em; + margin-bottom: 0; } h2 { |