mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
fix:docs: css lint fixes
This commit is contained in:
parent
8e915f5545
commit
ce4f27aa7b
1 changed files with 4 additions and 4 deletions
|
|
@ -11,7 +11,7 @@ body,td,th {
|
|||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 14px;
|
||||
color: #000;
|
||||
margin: 0px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
a:link, a:visited, a:hover {
|
||||
|
|
@ -120,13 +120,13 @@ li {
|
|||
font-weight: bold;
|
||||
background-color: #333;
|
||||
|
||||
border-radius: 10px;
|
||||
-webkit-border-radius:10px;
|
||||
-moz-border-radius: 10px;
|
||||
border-radius: 10px;
|
||||
|
||||
box-shadow: 4px 4px 6px #48577D;
|
||||
-webkit-box-shadow: 4px 4px 6px #48577D;
|
||||
-moz-box-shadow: 4px 4px 6px #48577D;
|
||||
box-shadow: 4px 4px 6px #48577D;
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -273,7 +273,7 @@ li {
|
|||
|
||||
|
||||
#content .syntaxhighlighter {
|
||||
margin: 1.5em 0 1.5em 0 !important;;
|
||||
margin: 1.5em 0 1.5em 0 !important;
|
||||
}
|
||||
|
||||
#content .parameters p:nth-child(2) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue