From 43f78633e211939838501e9b1bba5ac225b6c25b Mon Sep 17 00:00:00 2001 From: Frank Kohlhepp Date: Mon, 23 May 2011 01:43:50 +0200 Subject: [PATCH] Removed border from descriptions --- README.md | 2 +- source/css/setting.css | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/README.md b/README.md index ad0a43b..c22ce82 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Welcome to Fancy Settings! Are you ready for tabs, groups, search, good style? Let's get started, it only takes a few minutes... [Getting started](https://github.com/frankkohlhepp/fancy-settings/wiki) -[View Sample](http://f12k.org/fancy/) +[View Sample](http://frankkohlhepp.github.com/fancy-settings/) ### License Fancy Settings is licensed under the **LGPL 2.1**. diff --git a/source/css/setting.css b/source/css/setting.css index a28f801..67ff1e4 100755 --- a/source/css/setting.css +++ b/source/css/setting.css @@ -31,13 +31,6 @@ margin-bottom: 5px; } -.setting.bundle.description { - margin-left: 2px; - padding-left: 10px; - border-left: 1px solid #C2C2C2; - color: #555555; -} - .setting.bundle.list-box { margin-bottom: 10px; } @@ -75,10 +68,7 @@ #nothing-found { display: none; - margin: 0; margin-top: 10px; - padding: 0; - border: none; font-size: 18px; font-weight: lighter; color: #999999;