diff options
author | Tore Darell <toredarell@gmail.com> | 2009-02-07 00:40:25 +0100 |
---|---|---|
committer | Tore Darell <toredarell@gmail.com> | 2009-02-07 00:40:25 +0100 |
commit | 38a2c4c91e8ada6b0a47bfa7dad5a796e2f02275 (patch) | |
tree | 0387d9a34d5c67f8439184794221c60c191283aa /railties/guides | |
parent | ecc9e86e8963ae4359bde4d0e8702fa51cd07d25 (diff) | |
download | rails-38a2c4c91e8ada6b0a47bfa7dad5a796e2f02275.tar.gz rails-38a2c4c91e8ada6b0a47bfa7dad5a796e2f02275.tar.bz2 rails-38a2c4c91e8ada6b0a47bfa7dad5a796e2f02275.zip |
Add min-height to code,pre to prevent icon from being cut off
Diffstat (limited to 'railties/guides')
-rw-r--r-- | railties/guides/files/stylesheets/main.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/railties/guides/files/stylesheets/main.css b/railties/guides/files/stylesheets/main.css index 64243be945..9fedd1af8d 100644 --- a/railties/guides/files/stylesheets/main.css +++ b/railties/guides/files/stylesheets/main.css @@ -379,6 +379,7 @@ code, pre { margin-left: 0; margin-top: 0.25em; display: block; + min-height: 45px; } .note { |