Fix action icons in the log dialog being clipped on High-DPI displays
[TortoiseGit.git] / doc / source / styles_html.css
blob029b31f037ff269ec01815a55fcd5356222c5fe7
1 /************************************************************************/
2 /* Custom style-sheet stuff for the documentation in */
3 /* single and multi page HTML format */
4 /* */
5 /* Overrides Definitions in styles_chm.css */
6 /************************************************************************/
8 @import url("styles_chm.css");
10 /* Generic tag-level style definitions */
12 /* Override the tigris.org bodycol style */
13 #bodycol {
14 padding-left: 0px;
15 padding-right: 0px;
18 /* Don't override these styles, because they interfere with standard tigris.org styles and munge the appearance of the website.
19 H1, H2, H3 H4
20 P,LI,UL,OL,DD,DT,TD
23 p a, p a:hover {
24 margin-left: 5px;
25 padding-left: 10px;
26 background-image: url("images/link.png");
27 background-repeat: no-repeat;
28 background-position: center left;
31 /* Don't display indexterms */
32 .indexterm {
33 margin: 0;
34 padding: 0;
35 display: inline;
36 background-image: none;
39 .caution, .important, .note, .tip, .warning {
40 background-repeat: no-repeat;
41 background-position: 5px 1.33em;
42 padding: 0 0 0 42px;
43 min-height: 52px;
44 width: 80%;
47 .tip {
48 background-image: url(images/tip.png);
51 .important {
52 background-image: url(images/important.png);
55 .caution {
56 background-image: url(images/caution.png);
59 .warning {
60 background-image: url(images/warning.png);
63 div.navheader {
64 filter:none;