24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-18 22:15:20 +02:00
This commit is contained in:
Marek Foss 2016-02-25 18:56:43 +01:00
parent 217ba09408
commit ebaf750a9b

View File

@ -383,6 +383,9 @@ css(Host) ->
" background: #f9f9f9;\n"
" font-family: sans-serif;\n"
"}\n"
"body {\n"
" min-width: 990px;\n"
"}\n"
"a {\n"
" text-decoration: none;\n"
" color: #3eaffa;\n"
@ -461,13 +464,15 @@ css(Host) ->
" font-size: 0.75em;\n"
" text-align: center;\n"
"}\n"
"#navigation {\n"
" display: inline-block;\n"
" vertical-align: top;\n"
" width: 30%;\n"
"}\n"
"#navigation ul {\n"
" position: absolute;\n"
" top: 75px;\n"
" left: 0;\n"
" padding: 0;\n"
" margin: 0;\n"
" width: 17em;\n"
" width: 90%;\n"
" background: #fff;\n"
"}\n"
"#navigation ul li {\n"
@ -595,8 +600,10 @@ css(Host) ->
" list-style-type: none;\n"
"}\n"
"#content {\n"
" padding-left: 19em;\n"
" display: inline-block;\n"
" vertical-align: top;\n"
" padding-top: 25px;\n"
" width: 70%;\n"
"}\n"
"div.guidelink,\n"
"p[dir=ltr] {\n"