update editor nav

This commit is contained in:
Henrique Dias
2016-02-08 20:15:55 +00:00
parent 5a609a2c0d
commit 64ae8d74c2
5 changed files with 18 additions and 3 deletions

View File

@@ -131,6 +131,10 @@ body > footer p {
font-size: .9em
}
body > footer a {
color: #aaa;
}
/* NOFICATIONS */
@@ -375,6 +379,11 @@ fieldset input {
line-height: 3em;
cursor: pointer;
font-size: 1em;
color: inherit;
}
.editor .content nav a.active {
font-weight: bold;
}
#editor-preview {