docs/src/ucx.css

changeset 264
24f5484bae97
parent 259
2f5dea574a75
child 267
f4789572c9d6
     1.1 --- a/docs/src/ucx.css	Sat Oct 28 16:31:29 2017 +0200
     1.2 +++ b/docs/src/ucx.css	Mon Nov 13 12:21:55 2017 +0100
     1.3 @@ -8,11 +8,11 @@
     1.4      text-decoration-style: dotted; // not supported in IE / Edge
     1.5  }
     1.6  
     1.7 -#header, h1, h2, h3, #sidebar {
     1.8 +#page-header, h1, h2, h3, #sidebar {
     1.9      font-family: sans-serif;
    1.10  }
    1.11  
    1.12 -#header {
    1.13 +#page-header {
    1.14      padding-top: 0.3em;
    1.15      padding-bottom: 0.5em;
    1.16      margin-bottom: 2em;
    1.17 @@ -22,13 +22,13 @@
    1.18      border-bottom-color: #2e2e2e;
    1.19  }
    1.20  
    1.21 -#header span {
    1.22 +#page-header span {
    1.23      font-size: 2em;
    1.24      font-weight: bold;
    1.25 -    margin-left: 1em;
    1.26 +    color: #2e2e2e;
    1.27  }
    1.28  
    1.29 -#header img {
    1.30 +#page-header img {
    1.31      float: right;
    1.32  }
    1.33  
    1.34 @@ -57,6 +57,7 @@
    1.35  .nav ul {
    1.36      margin-top: 0;
    1.37      padding-top: 0;
    1.38 +    padding-left: 2em;
    1.39      font-size: 0.95em;
    1.40  }
    1.41  

mercurial