diff options
author | francis <francis> | 2008-01-21 11:30:44 +0000 |
---|---|---|
committer | francis <francis> | 2008-01-21 11:30:44 +0000 |
commit | ac27b51ac5935fb9da37f1333b958f2dacb0308a (patch) | |
tree | 102df8287539da11bcb4c9909b4d10e5da6a1a8a /public | |
parent | 106703aa79defe9f71c4fab55174b695b6c04c1d (diff) |
Link to source code for Affero GPL
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/main.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index 3f924c06a..c4209fb31 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -122,6 +122,15 @@ a:active { margin-right: 1em; } +#footer { + padding: 3px; + border-top: solid 1px #527b10; + font-size: 90%; + text-align: center; + width: 75%; + margin: 1em auto 0; + clear: both; +} /* Forms */ form { @@ -202,6 +211,7 @@ div.fieldWithErrors { display:inline; } text-align: center; width: 45%; float: left; + margin-bottom: 1em; } #request_frontpage #public_body_form { } @@ -210,6 +220,7 @@ div.fieldWithErrors { display:inline; } text-align: center; width: 45%; float: right; + margin-bottom: 1em; } /* /new - submitting requests */ |