From 172343503e23cf0cfa3a9b81b6358f4e029a2118 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Mon, 15 Oct 2018 10:07:05 +0200 Subject: [PATCH] css: export css --- css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 903d0b6..02a4a00 100644 --- a/css/style.css +++ b/css/style.css @@ -1,7 +1,8 @@ -/* ------------------ GLOBAL STYLE ------------------- */ +/* ------------------ CUSTOM STYLE ------------------- */ #wrapper { background: #64b5f6 url("../img/background.png") center bottom repeat-x; } +/* ------------------ GLOBAL STYLE ------------------- */ .no-pills { list-style: none; }