diff options
author | Filipp Lepalaan <filipp@mac.com> | 2010-04-13 13:33:26 +0300 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2010-04-13 13:33:26 +0300 |
commit | 63822bacd44d964df3596f928f44a56ab5625d4f (patch) | |
tree | 2629dfc3af9e1b67fbc0b7efa8cf4913ab4b40a6 /public/css | |
parent | 6f2e6899cc404f314648782920e343c8529885d3 (diff) | |
download | atwork-63822bacd44d964df3596f928f44a56ab5625d4f.tar.gz atwork-63822bacd44d964df3596f928f44a56ab5625d4f.tar.bz2 atwork-63822bacd44d964df3596f928f44a56ab5625d4f.zip |
Better everything
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/screen.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/public/css/screen.css b/public/css/screen.css index 38fef4b..3240d3b 100644 --- a/public/css/screen.css +++ b/public/css/screen.css @@ -1,4 +1,5 @@ /** + * atwork/css/screen.css * */ body { @@ -21,7 +22,6 @@ body { .day { width:110px; height:110px; - background-color:#cacaca; float:left; margin:2px; padding:5px; @@ -30,6 +30,7 @@ body { -webkit-border-radius:5px; color:#000; font-weight:bold; + background-color:#cdcdcd; } .day:hover { cursor:pointer; @@ -72,8 +73,8 @@ h2 { color:#999; } textarea { - width:360px; + width:358px; resize:none; padding:3px; height:80px; -}
\ No newline at end of file +} |