add 'small' style for long headings in Training courses
Change-Id: I385df22d12ad419ad6883c0e94d3053e7e520a09
This commit is contained in:
parent
d6a469693f
commit
6b2dc27c08
|
@ -95,6 +95,11 @@ body {
|
|||
position: fixed;
|
||||
margin:0;
|
||||
top: 20px; }
|
||||
|
||||
#devdoc-nav span.small {
|
||||
font-size:12px;
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
#content {
|
||||
width: 760px;
|
||||
|
|
Loading…
Reference in New Issue