From 599e00be21c240cf1965189b545279db63e0318b Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 31 Jan 2017 18:19:34 +0100 Subject: [PATCH] Remove unused code --- customize.dist/main.css | 8 -------- customize.dist/src/less/topbar.less | 8 -------- 2 files changed, 16 deletions(-) diff --git a/customize.dist/main.css b/customize.dist/main.css index fed721f3f..23f3d0e10 100644 --- a/customize.dist/main.css +++ b/customize.dist/main.css @@ -450,14 +450,6 @@ font-weight: 500; font-size: 0.75em; color: #558; - /* text-align: center; - min-width: 100px; - font-weight: bold; - height: 70px; - padding: 0 10px; - line-height: 70px; - display: inline-block; - color: @topbar-button-color;*/ } #cryptpadTopBar .right a:hover { text-decoration: none; diff --git a/customize.dist/src/less/topbar.less b/customize.dist/src/less/topbar.less index b08f2ec41..6caf0881c 100644 --- a/customize.dist/src/less/topbar.less +++ b/customize.dist/src/less/topbar.less @@ -54,14 +54,6 @@ text-decoration: none; color: #000; } -/* text-align: center; - min-width: 100px; - font-weight: bold; - height: 70px; - padding: 0 10px; - line-height: 70px; - display: inline-block; - color: @topbar-button-color;*/ } } }