diff --git a/docs/user/book.css b/docs/user/book.css index e9925d4f8e..4c06c43352 100644 --- a/docs/user/book.css +++ b/docs/user/book.css @@ -154,7 +154,7 @@ h4 a:hover, a:active, h5 a:hover, a:active, h6 a:hover, a:active { #banner span.subtitle { position: relative; - top: 54px; + top: 30px; left: 272px; color: #333333; /* mine shaft */ text-transform: uppercase; @@ -163,6 +163,17 @@ h4 a:hover, a:active, h5 a:hover, a:active, h6 a:hover, a:active { font-weight: normal; } +input[type=text], input[type=password] { + font-size: inherit; + border-top: 1px solid #818181; + border-left: 1px solid #818181; + border-bottom: 1px solid #858585; + border-right: 1px solid #858585; + margin-top: 3px; + padding: 2px; + width: 200px; +} + div.header { margin-top: 20px; margin: 10px auto; diff --git a/docs/user/header.html b/docs/user/header.html index 277802f32e..99cfc72ae6 100644 --- a/docs/user/header.html +++ b/docs/user/header.html @@ -4,10 +4,14 @@ $title +