aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme/colours.css
diff options
context:
space:
mode:
authorShibu Lijack <shibulijack@gmail.com>2012-03-31 22:21:18 +0530
committerShibu Lijack <shibulijack@gmail.com>2012-03-31 22:30:00 +0530
commit33a10f57f96d365bac2cd23764d23c76325d2c1b (patch)
tree9cf261d37a779dd984543493c734a07a4f2fedb8 /phpBB/styles/prosilver/theme/colours.css
parent05cbecb5581b0191ce9ba82b7966858595f81f85 (diff)
downloadforums-33a10f57f96d365bac2cd23764d23c76325d2c1b.tar
forums-33a10f57f96d365bac2cd23764d23c76325d2c1b.tar.gz
forums-33a10f57f96d365bac2cd23764d23c76325d2c1b.tar.bz2
forums-33a10f57f96d365bac2cd23764d23c76325d2c1b.tar.xz
forums-33a10f57f96d365bac2cd23764d23c76325d2c1b.zip
[ticket/10734] Removed unwanted CSS hacks
Removed -webkit and -moz as suggested by cyberalien. Removed unused style elements. PHPBB-10734
Diffstat (limited to 'phpBB/styles/prosilver/theme/colours.css')
-rw-r--r--phpBB/styles/prosilver/theme/colours.css32
1 files changed, 0 insertions, 32 deletions
diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css
index 11fa6932db..4f7bc12818 100644
--- a/phpBB/styles/prosilver/theme/colours.css
+++ b/phpBB/styles/prosilver/theme/colours.css
@@ -48,49 +48,33 @@ hr {
background-image: url("./images/bg_header.gif");
color: #FFFFFF;
border-radius: 7px;
- -webkit-border-radius: 7px;
- -moz-border-radius: 7px;
}
.navbar {
background-color: #cadceb;
border-radius: 7px;
- -webkit-border-radius: 7px;
- -moz-border-radius: 7px;
-
}
.forabg {
background-color: #0076b1;
background-image: url("./images/bg_list.gif");
border-radius: 7px;
- -webkit-border-radius: 7px;
- -moz-border-radius: 7px;
-
}
.forumbg {
background-color: #12A3EB;
background-image: url("./images/bg_header.gif");
border-radius: 7px;
- -webkit-border-radius: 7px;
- -moz-border-radius: 7px;
-
}
.panel {
background-color: #ECF1F3;
color: #28313F;
border-radius: 7px;
- -webkit-border-radius: 7px;
- -moz-border-radius: 7px;
}
.post {
border-radius: 7px;
- -webkit-border-radius: 7px;
- -moz-border-radius: 7px;
-
}
.post:target .content {
@@ -113,22 +97,6 @@ hr {
background-color: #E7E8EA;
}
-span.corners-top {
-
-}
-
-span.corners-top span {
-
-}
-
-span.corners-bottom {
-
-}
-
-span.corners-bottom span {
-
-}
-
/* Horizontal lists
----------------------------------------*/