mirror of https://github.com/vapor/docs.git
display block
This commit is contained in:
parent
f9f7cf219e
commit
40ae1e805b
|
|
@ -173,7 +173,8 @@ nav {
|
|||
color: white;
|
||||
font-size: 16px;
|
||||
line-height: 32px;
|
||||
height: 32px; }
|
||||
height: 32px;
|
||||
display: block; }
|
||||
nav h3 {
|
||||
text-transform: uppercase;
|
||||
margin-top: 12px;
|
||||
|
|
@ -202,7 +203,6 @@ nav {
|
|||
border-bottom: none;
|
||||
font-weight: 200;
|
||||
font-size: 14px;
|
||||
display: block;
|
||||
color: #777;
|
||||
font-size: 12px;
|
||||
height: 24px; }
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -194,6 +194,7 @@ nav
|
|||
font-size: 16px
|
||||
line-height: 32px
|
||||
height: 32px
|
||||
display: block
|
||||
|
||||
h3
|
||||
text-transform: uppercase
|
||||
|
|
@ -227,7 +228,6 @@ nav
|
|||
border-bottom: none
|
||||
font-weight: 200
|
||||
font-size: 14px
|
||||
display: block
|
||||
color: #777
|
||||
font-size: 12px
|
||||
height: 24px
|
||||
|
|
|
|||
Loading…
Reference in New Issue