diff options
author | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-11-03 09:17:55 (GMT) |
---|---|---|
committer | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-11-03 09:17:55 (GMT) |
commit | 663cef92a8ee7cf7675c235cafdb4c1aab7e0ef3 (patch) | |
tree | c5ffdbd98134491cc76070a1ec9d40e2a6d2d058 /doc/src/template/style | |
parent | 1bf0fa453fa65c6d29696c0b56ebdcb99c384ad4 (diff) | |
download | Qt-663cef92a8ee7cf7675c235cafdb4c1aab7e0ef3.zip Qt-663cef92a8ee7cf7675c235cafdb4c1aab7e0ef3.tar.gz Qt-663cef92a8ee7cf7675c235cafdb4c1aab7e0ef3.tar.bz2 |
Doc: Fixing columns to display all elements in lists - css3
Diffstat (limited to 'doc/src/template/style')
-rwxr-xr-x | doc/src/template/style/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/template/style/style.css b/doc/src/template/style/style.css index 17665c0..faf17c8 100755 --- a/doc/src/template/style/style.css +++ b/doc/src/template/style/style.css @@ -101,7 +101,7 @@ } a { - color: #44a51c; + color: #00732F; text-decoration: none; } hr @@ -1008,7 +1008,7 @@ /*display:inline-block;*/ margin-left:10px; min-width:250px; - line-height: 1.2; + line-height: 1.5; min-width:100%; min-height:15px; } |