Browse Source

updating the bar color

pull/210/head
connors 12 years ago
parent
commit
957b1af3ea
  1. 2
      docs/css/docs.css
  2. 2
      lib/css/bars.css

2
docs/css/docs.css

@ -331,7 +331,7 @@ h6 {
width: 320px; width: 320px;
height: 548px; height: 548px;
overflow: hidden; overflow: hidden;
background-color: white; background-color: #efeff4;
} }
.iphone .content, .iphone .content,

2
lib/css/bars.css

@ -8,7 +8,7 @@
z-index: 10; z-index: 10;
height: 44px; height: 44px;
padding: 5px; padding: 5px;
background-color: rgba(248,248,248,.98); background-color: rgba(247,247,247,.98);
border-bottom: 1px solid #adadad; border-bottom: 1px solid #adadad;
box-sizing: border-box; box-sizing: border-box;
} }

Loading…
Cancel
Save