aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2012-05-06 00:46:16 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2012-05-06 00:46:16 +0530
commitb7e3f3c7c40e31572d941cb29fe03fd8d95e3985 (patch)
treebf33a3830463e801c387036a39b59777df9f95d3
parentc8e057198796f1052f2e3e185f0c777292e75394 (diff)
downloadrails-b7e3f3c7c40e31572d941cb29fe03fd8d95e3985.tar.gz
rails-b7e3f3c7c40e31572d941cb29fe03fd8d95e3985.tar.bz2
rails-b7e3f3c7c40e31572d941cb29fe03fd8d95e3985.zip
Revert "Play nice with some lint patterns"
This reverts commit 7f536f9158588b66c0e5a6aa8772b919812f9cb9. Reason: If at all this is done, this should be done in rails master.
-rw-r--r--guides/assets/stylesheets/main.css7
1 files changed, 3 insertions, 4 deletions
diff --git a/guides/assets/stylesheets/main.css b/guides/assets/stylesheets/main.css
index 60859a6930..42b85fefa3 100644
--- a/guides/assets/stylesheets/main.css
+++ b/guides/assets/stylesheets/main.css
@@ -196,12 +196,11 @@ 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;
@@ -448,8 +447,8 @@ div.important p, div.caution p, div.warning p, div.note p, div.info p {
#edge-badge {
position: fixed;
- right: 0;
- top: 0;
+ right: 0px;
+ top: 0px;
z-index: 100;
border: none;
}