From 5ee9b4647c7f1ba9803a95ad3871f6acfc92c1c0 Mon Sep 17 00:00:00 2001 From: prathamesh Date: Fri, 13 Jan 2017 16:48:16 +0530 Subject: removed unwanted css. Modified test. --- yaksh/static/yaksh/css/dashboard.css | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'yaksh/static') diff --git a/yaksh/static/yaksh/css/dashboard.css b/yaksh/static/yaksh/css/dashboard.css index 3049ef0..28040c4 100644 --- a/yaksh/static/yaksh/css/dashboard.css +++ b/yaksh/static/yaksh/css/dashboard.css @@ -84,25 +84,6 @@ body { border-bottom: 1px solid #eee; } - -/* - * Placeholder dashboard ideas - */ - -.placeholders { - margin-bottom: 30px; - text-align: center; -} -.placeholders h4 { - margin-bottom: 0; -} -.placeholder { - margin-bottom: 20px; -} -.placeholder img { - display: inline-block; - border-radius: 50%; -} .sidebar-right { float: right; } -- cgit