Optimize CSS properties

This commit is contained in:
Kane York 2015-08-18 21:40:19 -07:00
parent f7b024eafe
commit 7ee0ee6769
1 changed files with 3 additions and 8 deletions

View File

@ -28,17 +28,12 @@
}
b {
color: #000;
background: #eee;
border-style: solid;
border-color: #ccc #aaa #888 #bbb;
padding: 2px 6px;
border-radius: 4px;
box-shadow: 0 2px 0 rgba(0,0,0,0.2),0 0 0 1px #fff inset;
background-color: #fafafa;
border-color: #ccc #ccc #fff;
border-style: solid solid none;
border-width: 1px 1px medium;
background: #fafafa;
border: 1px solid #ccc;
border-bottom: medium none #fff;
color: #444;
white-space: nowrap;
display: inline-block;