aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/files
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-04-02 14:53:39 -0700
committerXavier Noria <fxn@hashref.com>2010-04-02 14:53:39 -0700
commit4e391a3d4976814b623ebd86ee8d7b5fd17e8af5 (patch)
tree55defc38eb29b6a47ea099778cb5990066dfc85a /railties/guides/files
parenteb33f0fe74f5a503963fae03be3f4b511dd53c59 (diff)
downloadrails-4e391a3d4976814b623ebd86ee8d7b5fd17e8af5.tar.gz
rails-4e391a3d4976814b623ebd86ee8d7b5fd17e8af5.tar.bz2
rails-4e391a3d4976814b623ebd86ee8d7b5fd17e8af5.zip
guides: badge insertion was a quick hack, rewrites that
Diffstat (limited to 'railties/guides/files')
-rw-r--r--railties/guides/files/stylesheets/main.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/railties/guides/files/stylesheets/main.css b/railties/guides/files/stylesheets/main.css
index d377628d73..2fd0a2f37e 100644
--- a/railties/guides/files/stylesheets/main.css
+++ b/railties/guides/files/stylesheets/main.css
@@ -439,3 +439,14 @@ spurious blank area below with the box background. */
div.important p, div.caution p, div.warning p, div.note p, div.info p {
margin-bottom: 0px;
}
+
+/* Edge Badge
+--------------------------------------- */
+
+#edge-badge {
+ position: fixed;
+ right: 0px;
+ top: 0px;
+ z-index: 100;
+ border: none;
+}