From 13e11a48cfd09c2cc364527b0a618bef4a6e739f Mon Sep 17 00:00:00 2001 From: freezestudio Date: Thu, 24 Nov 2016 21:30:47 +0800 Subject: [PATCH] Update styles.css Delete duplicate content --- public/docs/_examples/_boilerplate/styles.css | 33 ------------------- 1 file changed, 33 deletions(-) diff --git a/public/docs/_examples/_boilerplate/styles.css b/public/docs/_examples/_boilerplate/styles.css index d7b83f9e81..812ffed732 100644 --- a/public/docs/_examples/_boilerplate/styles.css +++ b/public/docs/_examples/_boilerplate/styles.css @@ -91,39 +91,6 @@ nav a.active { position: relative; top: -3px; } -.items { - margin: 0 0 2em 0; - list-style-type: none; - padding: 0; - width: 24em; -} -.items li { - cursor: pointer; - position: relative; - left: 0; - background-color: #EEE; - margin: .5em; - padding: .3em 0; - height: 1.6em; - border-radius: 4px; -} -.items li:hover { - color: #607D8B; - background-color: #DDD; - left: .1em; -} -.items li.selected { - background-color: #CFD8DC; - color: white; -} - -.items li.selected:hover { - background-color: #BBD8DC; -} -.items .text { - position: relative; - top: -3px; -} .items .badge { display: inline-block; font-size: small;