Fix help contents style

This commit is contained in:
1024jp 2015-09-16 19:02:17 +09:00
parent 7e81bdaf35
commit 4b14234c6b
2 changed files with 13 additions and 6 deletions

View File

@ -10,6 +10,11 @@ develop
- Improve contexutal menu for syntax style list on preferences.
### Fixes
- Fix help contents layout.
2.2.0-rc (71)
--------------------------

View File

@ -43,13 +43,14 @@ body > h1 {
margin: 0 0 1.5em;
}
body > h1::before {
content: url(../gfx/icon_32x32@2x.png);
-webkit-transform: scale(0.5);
content: '';
background: url('../gfx/icon_32x32@2x.png');
background-size: contain;
display: inline-block;
width: 16px;
height: 16px;
vertical-align: 12px;
margin-right: 26px;
width: 32px;
height: 32px;
vertical-align: -6px;
margin-right: 12px;
}
h2 {
font-size: 110%;
@ -221,6 +222,7 @@ body > nav {
top: 0;
left: 0;
right: 0;
z-index: 10;
}
body > nav a {
color: hsl(0,0%,40%);