diff options
author | Kristian Freeman <kristianfreeman@gmail.com> | 2012-05-04 09:56:07 -0700 |
---|---|---|
committer | Kristian Freeman <kristianfreeman@gmail.com> | 2012-05-04 09:56:07 -0700 |
commit | 7f536f9158588b66c0e5a6aa8772b919812f9cb9 (patch) | |
tree | 8f332e962b0d9ec251f680dfcbe64bf557a62e51 /guides | |
parent | 544a10e428cda02e7baa38586ef266daaef20d89 (diff) | |
download | rails-7f536f9158588b66c0e5a6aa8772b919812f9cb9.tar.gz rails-7f536f9158588b66c0e5a6aa8772b919812f9cb9.tar.bz2 rails-7f536f9158588b66c0e5a6aa8772b919812f9cb9.zip |
Play nice with some lint patterns
Diffstat (limited to 'guides')
-rw-r--r-- | guides/assets/stylesheets/main.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/guides/assets/stylesheets/main.css b/guides/assets/stylesheets/main.css index 42b85fefa3..60859a6930 100644 --- a/guides/assets/stylesheets/main.css +++ b/guides/assets/stylesheets/main.css @@ -196,11 +196,12 @@ a, a:link, a:visited { width: 27em; display: block; background: #980905; - border-radius: 1em; -webkit-border-radius: 1em; -moz-border-radius: 1em; + border-radius: 1em; -webkit-box-shadow: 0.25em 0.25em 1em rgba(0,0,0,0.25); -moz-box-shadow: rgba(0,0,0,0.25) 0.25em 0.25em 1em; + box-shadow: 0.25em 0.25em 1em rgba(0,0,0,0.25); color: #f1938c; padding: 1.5em 2em; position: absolute; @@ -447,8 +448,8 @@ div.important p, div.caution p, div.warning p, div.note p, div.info p { #edge-badge { position: fixed; - right: 0px; - top: 0px; + right: 0; + top: 0; z-index: 100; border: none; } |