Skip to content

Commit

Permalink
home css updates
Browse files Browse the repository at this point in the history
  • Loading branch information
wyoumans committed Oct 26, 2012
1 parent 278776d commit 4908297
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/layout/css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -2591,7 +2591,7 @@ h1, h2, h3, h4, .hero-unit h1 { font-family: "BanksiaRegular", Helvetica, Arial,

h3 { color: #cc6600; }

ul.tools li { margin-bottom: 20px; margin-left: 10px; }
ul.tools li { margin-bottom: 26px; margin-left: 10px; }
ul.tools li .icon { display: inline-block; zoom: 1; *display: inline; height: 50px; width: 50px; background: transparent url('../images/home/tools.png?1347471411') no-repeat 0 0; }
ul.tools li .icon.alfred { background-position: 0 -50px; }
ul.tools li .icon.alfred:hover { background-position: 0 0; }
Expand Down
2 changes: 1 addition & 1 deletion core/layout/sass/partials/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ h3 {

ul.tools {
li {
margin-bottom: 20px;
margin-bottom: 26px;
margin-left: 10px;
.icon {
display:inline-block;
Expand Down

0 comments on commit 4908297

Please sign in to comment.