diff options
Diffstat (limited to 'doc/src/template/style/style.css')
-rw-r--r-- | doc/src/template/style/style.css | 65 |
1 files changed, 43 insertions, 22 deletions
diff --git a/doc/src/template/style/style.css b/doc/src/template/style/style.css index 4071145..48ed49b 100644 --- a/doc/src/template/style/style.css +++ b/doc/src/template/style/style.css @@ -1185,28 +1185,49 @@ padding:0px; } - .content .alignedsummary - { - margin: 15px; - } - - .details - { - text-align: left; - font-size: 80%; - color: blue - } - .variableName - { - font-family: courier; - color: blue - } - .newStuff - { - text-align: left; - font-size: 80%; - color: red - } + .content .alignedsummary + { + margin: 15px; + } + + .details + { + text-align: left; + font-size: 80%; + color: blue + } + .variableName + { + font-family: courier; + color: blue + } + .newStuff + { + text-align: left; + font-size: 80%; + color: red; + } + + .naviNextPrevious > a:first-child + { + background-image:url(../images/btn_prev_green.png); + background-repeat:no-repeat; + background-position:left; + padding-left:20px; + height:20px; + padding-left:20px; + } + + .naviNextPrevious > a:last-child + { + background-image:url(../images/btn_next_green.png); + background-repeat:no-repeat; + background-position:right; + padding-right:20px; + height:20px; + margin-left:30px; + } + .qmltype { |