diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2012-03-19 17:59:46 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2012-03-19 17:59:46 -0700 |
commit | 92e3e9165f7c7bcd2d95c0f09d42e55fc566f975 (patch) | |
tree | 916cb9034d06eb377f2b28a13c664b6fe25558c6 /css/stats.css | |
parent | c1c3bfa8d90d6e79186a25d9360d6534cdd74712 (diff) | |
download | pathery-92e3e9165f7c7bcd2d95c0f09d42e55fc566f975.tar.xz |
css adjustments
Diffstat (limited to 'css/stats.css')
-rw-r--r-- | css/stats.css | 35 |
1 files changed, 30 insertions, 5 deletions
diff --git a/css/stats.css b/css/stats.css index e72fb6a..8774ea7 100644 --- a/css/stats.css +++ b/css/stats.css @@ -1,11 +1,36 @@ .col1 { float: left; - margin-right: 30px; + margin-right: 8px; + margin-left: 8px; + min-height: 300px; } .col2 { + min-height: 300px; + margin-right: 0px; + margin-left: 12px; float: left; - width: 450px; + width: 300px; + height: auto; } +.col { + float: left; + margin-right: 20px; + min-height: 300px; +} +.hidden-stats { + height: 0; + display:none; +} +.shown-stats { + /* -webkit-transition: all .5s ease-in; + -o-transition: all .5s ease-in; + -moz-transition: all .5s ease-in; + transition: all .5s ease-in; + */ + height: 0; +} + + table { border-collapse: collapse; } @@ -13,6 +38,8 @@ td, th { padding: 3px; } .lbrow { + /* Temporary adjust for font changes */ + font-size:105%; background: #000; transition:background .5s; -webkit-transition:background .5s; @@ -27,6 +54,4 @@ td, th { -o-transition:color 0s; -moz-transition:color 0s; } -.hidden-stats { - display: none; -} + |