diff options
author | Aamir Khan <syst3m.w0rm@gmail.com> | 2012-07-01 19:54:42 -0400 |
---|---|---|
committer | Aamir Khan <syst3m.w0rm@gmail.com> | 2012-07-01 19:54:42 -0400 |
commit | 89ecc99dd7e8875807c6fae142ea55fb03bf82d2 (patch) | |
tree | 2e61a7e2a3436212f8f0d5b5041fb2b826263670 /static/css | |
parent | 6042fe9aa99d6ebde6e4bae25dfc9e5f90289ed5 (diff) | |
download | hyperkitty-89ecc99dd7e8875807c6fae142ea55fb03bf82d2.tar.gz hyperkitty-89ecc99dd7e8875807c6fae142ea55fb03bf82d2.tar.xz hyperkitty-89ecc99dd7e8875807c6fae142ea55fb03bf82d2.zip |
CSS Styling continued
Diffstat (limited to 'static/css')
-rw-r--r-- | static/css/style.css | 39 |
1 files changed, 11 insertions, 28 deletions
diff --git a/static/css/style.css b/static/css/style.css index a89d6e5..1fe0b14 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -2,12 +2,6 @@ /* Generic classes */ -.main_canvas { - position: relative; - width: 960px; - margin: 0 auto; -} - .right { text-align: right; } @@ -115,19 +109,7 @@ /* Top of the page -- header */ .header { background-color: rgb(236, 236, 236); - padding: 0; -} - -.header ul { - padding: 0; - margin: 0; -} - -.header hr{ - color: rgb(204, 204, 204); - background-color: rgb(204, 204, 204); - border: 0 none; - margin-top: 0px; + min-height : 100px; } #white { @@ -159,6 +141,16 @@ padding: 5px 0 0 0; } +.user_nav a { + float: none; + padding: 10px 10px 11px; + line-height: 19px; + color: #999; + text-decoration: none; + text-shadow: 0 -1px 0 + rgba(0, 0, 0, 0.25); +} + .user_nav li { float: left; margin-left: 20px; @@ -184,14 +176,9 @@ } #list_name { - font-size: 200%; font-weight: bold; } -#list_name a { - color: rgb(77, 77, 77); -} - #page_date { font-size: 150%; } @@ -214,10 +201,6 @@ font-style: italic; } -.content { - margin: 0 auto 0 auto; -} - #recent_activities{ width: 88%; margin-top: 20px; |