aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek.chauhan@gmail.com>2008-10-02 15:23:19 +0530
committerNirbheek Chauhan <nirbheek.chauhan@gmail.com>2008-10-02 15:35:53 +0530
commite80e1e4af781012c586481979df816dca3fc3f91 (patch)
treef205b1cf131ea3ef7500f16a336b52594dc20c23 /master/master/media/css/default.css
parentAdd icons! (and support for rendering+installing) (diff)
downloadautotua-e80e1e4af781012c586481979df816dca3fc3f91.tar.gz
autotua-e80e1e4af781012c586481979df816dca3fc3f91.tar.bz2
autotua-e80e1e4af781012c586481979df816dca3fc3f91.zip
Add a frontpage for displaying the root webpage
- Uses the images added in the previous commit - Link just one of the images for now (jobs), rest will be linked as the pages are created - .gitignore the generated images inside master/media/images Useful when setup-master.py is called with SYMLINKS = True
Diffstat (limited to 'master/master/media/css/default.css')
-rw-r--r--master/master/media/css/default.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/master/master/media/css/default.css b/master/master/media/css/default.css
index 8d9ce01..860ef5b 100644
--- a/master/master/media/css/default.css
+++ b/master/master/media/css/default.css
@@ -22,6 +22,14 @@ a:visited, a:hover {
color: black;
}
+img {
+ border: 0;
+}
+
+a img {
+ margin: 1%;
+}
+
#topcurves img {
width: 99%;
float: left;
@@ -34,6 +42,7 @@ a:visited, a:hover {
background-color: #e6e6e6;
padding: 1.5%;
padding-top: 0%;
+ margin-bottom: 1.5%;
float: left;
}