Merge "add 'small' style for long headings in Training courses" into jb-dev
This commit is contained in:
commit
ee7cb4637d
1 changed files with 5 additions and 0 deletions
|
@ -95,6 +95,11 @@ body {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
margin:0;
|
margin:0;
|
||||||
top: 20px; }
|
top: 20px; }
|
||||||
|
|
||||||
|
#devdoc-nav span.small {
|
||||||
|
font-size:12px;
|
||||||
|
font-weight:normal;
|
||||||
|
}
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
width: 760px;
|
width: 760px;
|
||||||
|
|
Loading…
Reference in a new issue