Merge pull request #2377 from bechi/bugs/locked

Bugs/locked
This commit is contained in:
Gustavo Maximiliano Cortez 2015-02-02 11:57:50 -03:00
commit df23a54026
4 changed files with 19 additions and 13 deletions

View file

@ -4,6 +4,11 @@
*
*/
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
color: #2C3E50;
}
body, div, .row {
-webkit-overflow-scrolling: touch;
};

View file

@ -103,7 +103,7 @@
position: fixed;
width: 100%;
z-index: 5;
background: #3C4E60;
background: #2C3E50;
}
.bottom-bar {