summaryrefslogtreecommitdiffstats
path: root/hyperkitty/static/css
diff options
context:
space:
mode:
authorAamir Khan <syst3m.w0rm@gmail.com>2012-08-11 14:54:08 +0530
committerAamir Khan <syst3m.w0rm@gmail.com>2012-08-11 14:54:08 +0530
commitc94fb616f43ce6821202ccef01ef2836f0c6be91 (patch)
treed43f0ed4cc65d289bab9ab1979652962bcf11fa3 /hyperkitty/static/css
parent1685be2a645dc1f5f149ed6fe67609c1cdda73bb (diff)
downloadhyperkitty-c94fb616f43ce6821202ccef01ef2836f0c6be91.tar.gz
hyperkitty-c94fb616f43ce6821202ccef01ef2836f0c6be91.tar.xz
hyperkitty-c94fb616f43ce6821202ccef01ef2836f0c6be91.zip
Remove show discussion reduntant option
Diffstat (limited to 'hyperkitty/static/css')
-rw-r--r--hyperkitty/static/css/style.css27
1 files changed, 0 insertions, 27 deletions
diff --git a/hyperkitty/static/css/style.css b/hyperkitty/static/css/style.css
index 30535a2..38a5278 100644
--- a/hyperkitty/static/css/style.css
+++ b/hyperkitty/static/css/style.css
@@ -117,33 +117,6 @@ body {
padding-right: 5px;
}
-.showdiscussion {
- background-image: linear-gradient(bottom, rgb(204,204,204) 11%, rgb(255,255,255) 100%);
- background-image: -o-linear-gradient(bottom, rgb(204,204,204) 11%, rgb(255,255,255) 100%);
- background-image: -moz-linear-gradient(bottom, rgb(204,204,204) 11%, rgb(255,255,255) 100%);
- background-image: -webkit-linear-gradient(bottom, rgb(204,204,204) 11%, rgb(255,255,255) 100%);
- background-image: -ms-linear-gradient(bottom, rgb(204,204,204) 11%, rgb(255,255,255) 100%);
- background-image: -webkit-gradient(
- linear,
- left bottom,
- left top,
- color-stop(0.11, rgb(204,204,204)),
- color-stop(1, rgb(255,255,255))
- );
- padding: 3px 7px 3px 7px;
- -webkit-border-radius: 5px 5px 5px 5px;
- -moz-border-radius: 5px 5px 5px 5px;
- border-radius: 5px 5px 5px 5px;
- border-style: solid;
- border-width: 1px;
- border-color: rgb(179, 179, 179);
-}
-
-.showdiscussion a {
- color: rgb(77, 77, 77);
-}
-
-
/* Top of the page -- header */
.header {
background-color: rgb(236, 236, 236);