Commit 42ffbea8e0b6db016b60866c8b2b1d8b28dc4d71

Authored by Dmitriy Zaporozhets
1 parent f45f0331

Fix logo alignment for default theme

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/assets/stylesheets/sections/header.scss
... ... @@ -45,7 +45,7 @@ header {
45 45 margin: 0 6px;
46 46  
47 47 h1 {
48   - background: url('logo_dark.png') no-repeat 0px 1px;
  48 + background: url('logo_dark.png') no-repeat center 1px;
49 49 float: left;
50 50 height: 40px;
51 51 width: 40px;
... ...