From a37b878bf5473773e63cf487109d534a88101cbc Mon Sep 17 00:00:00 2001 From: crcro Date: Mon, 29 Aug 2016 23:25:14 +0300 Subject: [PATCH] cleanup: unused css class (#4248) * reduce code duplication, cleaned up * Revert "reduce code duplication, cleaned up" This reverts commit 8366bf3326c30fb10f92a3e03da5a60a8e3ba116. * css cleanup --- html/css/styles.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/html/css/styles.css b/html/css/styles.css index de0ae68592..b00bf3feef 100644 --- a/html/css/styles.css +++ b/html/css/styles.css @@ -1949,11 +1949,6 @@ label { padding-left:10px; } -.page-availability-report-service { - float:right; - text-align:right; -} - .widget-availability { float:left; margin:2px; @@ -1998,4 +1993,4 @@ label { width:12px; float:left; background-color: #D9534F; -} \ No newline at end of file +}