mirror of
https://github.com/dolphin-emu/redmine-theme-flat.git
synced 2026-01-31 01:15:20 +01:00
Center dolphin logo a bit better.
This commit is contained in:
@@ -69,13 +69,13 @@ code {
|
||||
height: auto;
|
||||
min-height: 4em;
|
||||
background: $gray-dark;
|
||||
padding: 14px 17px 0 17px;
|
||||
padding: 7px 17px 0 17px;
|
||||
> h1 {
|
||||
display: inline-block;
|
||||
background: url('../images/logo.svg') no-repeat 5px 5px;
|
||||
background-size: 72px 40px;
|
||||
padding-left: 89px;
|
||||
margin: 0 20px 2px 9px;
|
||||
margin: 0 20px 9px 9px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -573,14 +573,14 @@ code {
|
||||
height: auto;
|
||||
min-height: 4em;
|
||||
background: #202020;
|
||||
padding: 14px 17px 0 17px;
|
||||
padding: 7px 17px 0 17px;
|
||||
}
|
||||
#header > h1 {
|
||||
display: inline-block;
|
||||
background: url("../images/logo.svg") no-repeat 5px 5px;
|
||||
background-size: 72px 40px;
|
||||
padding-left: 89px;
|
||||
margin: 0 20px 2px 9px;
|
||||
margin: 0 20px 9px 9px;
|
||||
}
|
||||
|
||||
#quick-search select {
|
||||
|
||||
Reference in New Issue
Block a user