diff options
author | lou <louiscuny@gmail.com> | 2011-05-20 17:16:41 +0200 |
---|---|---|
committer | lou <louiscuny@gmail.com> | 2011-05-20 17:16:41 +0200 |
commit | f634db9a22732f47c5afb43280a4bb4dc5e5a13b (patch) | |
tree | dc3055a930a7425058db87f39dc46168e8f64b0d | |
parent | 2792f64b5e3a91396881f534ec6986c646d45ce8 (diff) | |
download | multi-select-f634db9a22732f47c5afb43280a4bb4dc5e5a13b.zip multi-select-f634db9a22732f47c5afb43280a4bb4dc5e5a13b.tar.gz multi-select-f634db9a22732f47c5afb43280a4bb4dc5e5a13b.tar.bz2 |
css for ie
-rw-r--r-- | css/application.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/css/application.css b/css/application.css index fe5782f..ac3b41e 100644 --- a/css/application.css +++ b/css/application.css @@ -25,6 +25,7 @@ body{ -webkit-border-radius: .5em; -moz-border-radius: .5em; border-radius: .5em; + background: #fff; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2); box-shadow: 0 1px 2px rgba(0, 0, 0, .2); @@ -62,6 +63,10 @@ body{ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f'); } +.green img{ + border: none; +} + a{ color: #649ddc; text-decoration: none; |