mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-19 12:01:07 +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 {
|
#navbar a:link, #navbar a:visited {
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
|
font-weight: bold;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
@ -137,7 +138,6 @@ li {
|
||||||
|
|
||||||
|
|
||||||
#navbar a.current {
|
#navbar a.current {
|
||||||
font-weight: bold;
|
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
|
|
||||||
-webkit-border-radius:10px;
|
-webkit-border-radius:10px;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue