mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 15:40:22 +00:00
35 lines
643 B
CSS
35 lines
643 B
CSS
|
|
@namespace doc url("http://docs.angularjs.org/");
|
||
|
|
|
||
|
|
doc\:example {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
ul.doc-example {
|
||
|
|
list-style-type: none;
|
||
|
|
position: relative;
|
||
|
|
font-size: 14px;
|
||
|
|
}
|
||
|
|
|
||
|
|
ul.doc-example > li {
|
||
|
|
border: 2px solid gray;
|
||
|
|
border-radius: 5px;
|
||
|
|
-moz-border-radius: 5px;
|
||
|
|
-webkit-border-radius: 5px;
|
||
|
|
background-color: white;
|
||
|
|
margin-bottom: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
ul.doc-example > li.doc-example-heading {
|
||
|
|
border: none;
|
||
|
|
border-radius: none;
|
||
|
|
margin-bottom: -10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
li.doc-example-live {
|
||
|
|
padding: 10px;
|
||
|
|
font-size: 1.2em;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.syntaxhighlighter {
|
||
|
|
padding-bottom: 1px !important; /* fix to remove unnecessary scrollbars http://is.gd/gSMgC */
|
||
|
|
}
|