File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
html , body {background-image : url (./ background.jpg); background-repeat : no-repeat; background-position : right top; background-attachment : fixed}
4
4
body {font : 16px "Times New Roman" , Lucida, serif; color : black}
5
- # custom-doc { width : 76.54 em ;* width : 74.69 em ; min-width : 720 ; max-width : 100em ; margin : auto; text-align : left; padding-top : 16px ; margin-top : 0 }
5
+ # custom-doc { width : 720 px ;* width : 720 px ; min-width : 720 px ; max-width : 100em ; margin : auto; text-align : left; padding-top : 16px ; margin-top : 0 }
6
6
# hd { padding : 4px 0 12px 0 }
7
7
# bd { background : # C5D88A }
8
8
# ft { color : # C5D88A ; font-size : 90% ; padding-bottom : 2em }
16
16
border-width : 1px 0 ;
17
17
margin : 1em 0 ;
18
18
padding : .3em .4em ;
19
- overflow : hidden ;
19
+ overflow : auto ;
20
20
line-height : 1.3em ;
21
21
color : # CCC ;
22
22
border-radius : 3px ;
Original file line number Diff line number Diff line change 16
16
{%- endmacro %}
17
17
18
18
{% block document %}
19
- < div id ="custom-doc " class ="{% block bodyclass %}{{ 'yui-t6 ' if pagename != 'index' else '' }}{% endblock %} ">
19
+ < div id ="custom-doc " class ="{% block bodyclass %}{{ 'yui-t4 ' if pagename != 'index' else '' }}{% endblock %} ">
20
20
< div id ="hd ">
21
21
< h1 > < a href ="{{ pathto('index') }} "> {{ docstitle }}</ a > </ h1 >
22
22
< div id ="global-nav ">
You can’t perform that action at this time.
0 commit comments