diff options
author | prathamesh | 2017-01-13 16:48:16 +0530 |
---|---|---|
committer | prathamesh | 2017-01-13 16:48:16 +0530 |
commit | 5ee9b4647c7f1ba9803a95ad3871f6acfc92c1c0 (patch) | |
tree | e50a2442e8df8e28a36bc5655743869515b11357 /yaksh/static | |
parent | fe6c5c3b561c514fa328807fb8a571a620e438cf (diff) | |
download | online_test-5ee9b4647c7f1ba9803a95ad3871f6acfc92c1c0.tar.gz online_test-5ee9b4647c7f1ba9803a95ad3871f6acfc92c1c0.tar.bz2 online_test-5ee9b4647c7f1ba9803a95ad3871f6acfc92c1c0.zip |
removed unwanted css. Modified test.
Diffstat (limited to 'yaksh/static')
-rw-r--r-- | yaksh/static/yaksh/css/dashboard.css | 19 |
1 files changed, 0 insertions, 19 deletions
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; } |