site/css/style.css in docurium-0.6.0 vs site/css/style.css in docurium-0.7.0

- old
+ new

@@ -93,16 +93,16 @@ -moz-border-radius: 3px; border-radius: 3px; background: url(../images/search_icon.png) 5px 50% no-repeat white; } -a small { +a small { font-size: 0.8em; color: #aaa; } -h2 small { +h2 small { font-size: 0.8em; font-weight: normal; color: #666; } @@ -115,22 +115,29 @@ } table.methods tr td.methodName a { font-weight: bold; } -table.funcTable tr td { +table.funcTable tr td, +table.structTable tr td { padding: 5px 10px; border-bottom: 1px solid #eee; } -table.funcTable tr td.comment { - color: #999; -} -table.funcTable tr td.var { + +.enumTable .var, +.funcTable .var, +.structTable .var { font-weight: bold; color: #833; } +.enumTable .type, +.funcTable .type, +.structTable .type { + text-align: right; +} + code.params { white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ @@ -150,11 +157,13 @@ color: #585; } .returns { margin-bottom: 15px; } -h1.funcTitle { +h1.funcTitle, +h1.enumTitle, +h1.structTitle { font-size: 1.6em; } h3.funcDesc { font-size: 1.0em; font-weight: normal; @@ -253,8 +262,5 @@ } .changelog li.deletes { color: #933; } -.type-comment { - padding-left: 3em; -} \ No newline at end of file