apply a basic style to #l_holder

lobste.rs is overriding this in local.css but at least other sites
can get a basic thing there.

mention in README that local css should go into a directory.
This commit is contained in:
joshua stein 2016-03-31 14:24:57 -05:00
parent c77f1d7269
commit 8a62b530aa
2 changed files with 13 additions and 0 deletions

View file

@ -78,6 +78,8 @@ in a `config/initializers/production.rb` or similar file:
Rails.application.routes.default_url_options[:host] = Rails.application.domain
* Put your site's custom CSS in `app/assets/stylesheets/local`.
* Seed the database to create an initial administrator user and at least one tag:
lobsters$ rake db:seed

View file

@ -273,6 +273,17 @@ div#inside {
text-decoration: none;
}
#l_holder {
background-position: center;
float: left;
display: block;
width: 16px;
height: 16px;
padding: 1px;
margin-left: 4px;
margin-right: 11px;
}
#headertitle {
padding-right: 0.75em;
}