From 6d0dbb23bcb7b5af1ac6b42ec5f80dd4013ec1d7 Mon Sep 17 00:00:00 2001 From: Juho Vanhanen Date: Fri, 2 Oct 2015 23:28:43 +0300 Subject: [PATCH] Set font-weight to normal for all site styles --- html/css/light.css | 4 ---- html/css/styles.css | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/html/css/light.css b/html/css/light.css index 7482b08b2..f224ff3cb 100644 --- a/html/css/light.css +++ b/html/css/light.css @@ -94,7 +94,3 @@ 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } } - -label { - font-weight: normal; -} \ No newline at end of file diff --git a/html/css/styles.css b/html/css/styles.css index c7e55d4e6..46abbc37f 100644 --- a/html/css/styles.css +++ b/html/css/styles.css @@ -1761,3 +1761,7 @@ tr.search:nth-child(odd) { .edit-storage-input { width: 100px; } + +label { + font-weight: normal; +} \ No newline at end of file