mirror of https://github.com/svaarala/duktape.git
Sami Vaarala
11 years ago
1 changed files with 25 additions and 0 deletions
@ -1,3 +1,28 @@ |
|||||
/* |
/* |
||||
* API specific CSS rules |
* API specific CSS rules |
||||
*/ |
*/ |
||||
|
|
||||
|
@media screen and (min-width:801px) { |
||||
|
/* On wide screens, slide API entry section headings to the side |
||||
|
* to make the entries more compact. |
||||
|
* |
||||
|
* Specificity must override normal section heading rules. |
||||
|
*/ |
||||
|
/* FIXME: layout is pretty inconsistent now */ |
||||
|
h2.api-proto, |
||||
|
h2.api-stack, |
||||
|
h2.api-summary, |
||||
|
h2.api-example, |
||||
|
h2.api-seealso { |
||||
|
position: absolute; |
||||
|
left: 10px; |
||||
|
margin: 0; |
||||
|
padding: 5px 0 0 0; |
||||
|
width: 200px; |
||||
|
text-align: right; |
||||
|
height: 0; |
||||
|
overflow: visible; |
||||
|
color: #ccccdd; |
||||
|
font-size: 100%; |
||||
|
} |
||||
|
} |
||||
|
Loading…
Reference in new issue