Sha256: 33ea09b99c3cd8b0dee4b8eef4bf2393a9245fb1c73addd3490cc35b36eb0fa0
Contents?: true
Size: 449 Bytes
Versions: 1
Compression:
Stored size: 449 Bytes
Contents
/* Ensure that you load this file in application.css after gumby (backword slash to escape) */ body {font-size:12px;} /* handy CSS will insist a margin and padding for all ul and li. Overriding handy css behaviour for ul and li in .navbar class*/ .navbar ul, .navbar ul > li, .navbar ul > li > div.dropdown > ul {margin:0px !important; padding:0px !important;} /* logo left padding is not required */ .navbar .logo a {padding:0px; color:#fff;}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
humdrum-rails-0.0.4 | lib/rails/generators/humdrum/layout/templates/stylesheets/overrides-gumby.css |