aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme/common.css
diff options
context:
space:
mode:
authorShibu Lijack <shibulijack@gmail.com>2012-04-02 00:49:31 +0530
committerShibu Lijack <shibulijack@gmail.com>2012-04-02 00:49:31 +0530
commit57ba42d8df363a51cb2443ae8a502d58ae63f26d (patch)
treee67a5bbf3d55ab871b20dbe99b4141060367abab /phpBB/styles/prosilver/theme/common.css
parent03f5fde7476797ff06b9bdabcb5d56730180c628 (diff)
downloadforums-57ba42d8df363a51cb2443ae8a502d58ae63f26d.tar
forums-57ba42d8df363a51cb2443ae8a502d58ae63f26d.tar.gz
forums-57ba42d8df363a51cb2443ae8a502d58ae63f26d.tar.bz2
forums-57ba42d8df363a51cb2443ae8a502d58ae63f26d.tar.xz
forums-57ba42d8df363a51cb2443ae8a502d58ae63f26d.zip
[ticket/10734] Removed unwanted css elements
Removed all the corner css elements PHPBB-10734
Diffstat (limited to 'phpBB/styles/prosilver/theme/common.css')
-rw-r--r--phpBB/styles/prosilver/theme/common.css38
1 files changed, 1 insertions, 37 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css
index 790b9c154a..249e3a3822 100644
--- a/phpBB/styles/prosilver/theme/common.css
+++ b/phpBB/styles/prosilver/theme/common.css
@@ -283,7 +283,7 @@ a#logo:hover {
}
.post {
- padding: 0 10px;
+ padding: 10px;
margin-bottom: 4px;
background-repeat: no-repeat;
background-position: 100% 0;
@@ -299,42 +299,6 @@ a#logo:hover {
margin: 5px 5px 2px 5px;
}
-span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
- font-size: 1px;
- line-height: 1px;
- display: block;
- height: 5px;
- background-repeat: no-repeat;
-}
-
-span.corners-top {
- background-image: none;
- background-position: 0 0;
- margin: 0 -5px;
-}
-
-span.corners-top span {
- background-image: none;
- background-position: 100% 0;
-}
-
-span.corners-bottom {
- background-image: none;
- background-position: 0 100%;
- margin: 0 -5px;
- clear: both;
-}
-
-span.corners-bottom span {
- background-image: none;
- background-position: 100% 100%;
-}
-
-span.clear {
- background-image: none;
- clear: both;
-}
-
.headbg span.corners-bottom {
margin-bottom: -1px;
}