summaryrefslogtreecommitdiff
path: root/themes/clouds/css-2.0.0/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/clouds/css-2.0.0/style.css')
-rwxr-xr-xthemes/clouds/css-2.0.0/style.css40
1 files changed, 0 insertions, 40 deletions
diff --git a/themes/clouds/css-2.0.0/style.css b/themes/clouds/css-2.0.0/style.css
index 36cd24c714..ab76c475d0 100755
--- a/themes/clouds/css-2.0.0/style.css
+++ b/themes/clouds/css-2.0.0/style.css
@@ -2336,46 +2336,6 @@ a:hover .nameZoom {
line-height: 20px;
}
-/* Statistics block */
-.stat-table1 {
- display: table;
- float: left;
- width:15%;
- border-collapse:separate;
- border-spacing:2px;
- vertical-align: middle;
- margin-bottom: 5px;
-}
-
-[dir=rtl] .stat-table1 {
-float: right;
-}
-
-.stat-table2 {
- display: table;
- float: left;
- width:60%;
- border-collapse:separate;
- border-spacing:2px;
- margin-bottom: 5px;
-}
-
-[dir=rtl] .stat-table2 {
-float: right;
-}
-
-.stat-row {
- display: table-row;
-}
-.stat-cell {
- display: table-cell;
- vertical-align: middle;
- text-align: center;
- white-space: pre-wrap;
-}
-.left {text-align: left;}
-[dir=rtl] .left {text-align: right;}
-
/* ==== Theme select block === */
.theme_form ul {
margin: -10px auto;