1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-09 15:50:45 +02:00

[ticket/12562] Add max-width to proSilver

PHPBB3-12562
This commit is contained in:
PayBas
2014-07-01 18:41:56 +02:00
parent 54a143c968
commit 3568eec4df
4 changed files with 35 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ Colours and backgrounds for common.css
html, body {
color: #536482;
background-color: #FFFFFF;
background-color: #DDDDE0;
}
h1 {
@@ -43,6 +43,12 @@ hr {
/* Round cornered boxes and backgrounds
---------------------------------------- */
#wrap {
background-color: #FFF;
border-color: #FFF;
box-shadow: 0 0 10px rgba(16, 82, 137, 0.12), inset 0 0 10px rgba(16, 82, 137, 0.08);
}
.headerbar {
background-color: #12A3EB;
background-image: url("./images/bg_header.gif");