diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/style.css | 9 | 
1 files changed, 7 insertions, 2 deletions
| diff --git a/static/style.css b/static/style.css index 89d8814..cc6b460 100644 --- a/static/style.css +++ b/static/style.css @@ -108,11 +108,16 @@ aside {      float: right;  } -#header_linkers { +#contents {      font-size: xx-small;  } -#header_linkers li { +#contents ul { +    padding-left: 12px; +    line-height: 3px; +  } + +#contents ul li {      list-style: none;  } | 
