mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
doc(css): make all navbar links bold
This commit is contained in:
parent
bdef462ccc
commit
f4df421b44
1 changed files with 1 additions and 1 deletions
|
|
@ -122,6 +122,7 @@ li {
|
|||
#navbar a:link, #navbar a:visited {
|
||||
font-size: 1.2em;
|
||||
color: #FFF;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
display: inline-block;
|
||||
|
|
@ -137,7 +138,6 @@ li {
|
|||
|
||||
|
||||
#navbar a.current {
|
||||
font-weight: bold;
|
||||
background-color: #333;
|
||||
|
||||
-webkit-border-radius:10px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue