fixes + valid css
This commit is contained in:
parent
01656220ef
commit
66364da372
|
@ -23,15 +23,18 @@ div.section li.title
|
||||||
}
|
}
|
||||||
div.section li.title p
|
div.section li.title p
|
||||||
{
|
{
|
||||||
font-size: 18px;
|
font-weight: normal;
|
||||||
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
div.section li.title ul
|
div.section li.title ul
|
||||||
{
|
{
|
||||||
font-size: 18px;
|
font-weight: normal;
|
||||||
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
div.section li.title ol
|
div.section li.title ol
|
||||||
{
|
{
|
||||||
font-size: 18px;
|
font-weight: normal;
|
||||||
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
div.section li.subtitle
|
div.section li.subtitle
|
||||||
{
|
{
|
||||||
|
@ -56,19 +59,21 @@ div.comp div.title
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
div.comp div.xlib
|
div.comp div.xlib ul li
|
||||||
{
|
{
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
font-size: 10px;
|
font-size: 12px;
|
||||||
|
font-weight: bold;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 49%;
|
width: 49%;
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
div.comp div.xcb
|
div.comp div.xcb ul li
|
||||||
{
|
{
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
font-size: 10px;
|
font-size: 12px;
|
||||||
|
font-weight: bold;
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-left: 51%;
|
margin-left: 51%;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
@ -94,6 +99,6 @@ pre.text
|
||||||
span.code
|
span.code
|
||||||
{
|
{
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
font-size: 10px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue