mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/11801] removed some whitespace and added missing semi colon's in css Conflicts: phpBB/styles/prosilver/theme/colours.css
This commit is contained in:
commit
c6f56f5149
1 changed files with 5 additions and 5 deletions
|
@ -77,7 +77,7 @@ hr {
|
|||
}
|
||||
|
||||
.bg1 { background-color: #ECF3F7; }
|
||||
.bg2 { background-color: #e1ebf2; }
|
||||
.bg2 { background-color: #e1ebf2; }
|
||||
.bg3 { background-color: #cadceb; }
|
||||
|
||||
.ucprowbg {
|
||||
|
@ -331,10 +331,10 @@ a.top2 {
|
|||
}
|
||||
|
||||
/* Arrow links */
|
||||
a.arrow-up { background-image: url("./images/arrow_up.gif") }
|
||||
a.arrow-down { background-image: url("./images/arrow_down.gif") }
|
||||
a.arrow-left { background-image: url("./images/arrow_left.gif") }
|
||||
a.arrow-right { background-image: url("./images/arrow_right.gif") }
|
||||
a.arrow-up { background-image: url("./images/arrow_up.gif"); }
|
||||
a.arrow-down { background-image: url("./images/arrow_down.gif"); }
|
||||
a.arrow-left { background-image: url("./images/arrow_left.gif"); }
|
||||
a.arrow-right { background-image: url("./images/arrow_right.gif"); }
|
||||
|
||||
a.arrow-up:hover {
|
||||
background-color: transparent;
|
||||
|
|
Loading…
Add table
Reference in a new issue