Skip to content

Commit

Permalink
Merge pull request #211 from cwc/master
Browse files Browse the repository at this point in the history
Tweaks for mobile mode
  • Loading branch information
thedjpetersen committed Feb 7, 2013
2 parents 9c8e133 + d72f338 commit b47f029
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions assets/css/subway-mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@
.container-fluid .sidebar h2 {
margin-top: 120px; }
.container-fluid .sidebar {
margin-top: 2%; }
margin-top: 2%;
z-index: 2; }
.container-fluid form.form-inline {
padding: 0 10px; }
padding: 0 10px;
text-align: center; }
.container-fluid #home {
margin: 10px 17px 0; }
.container-fluid p#settings-soon {
Expand Down
2 changes: 2 additions & 0 deletions assets/css/subway-mobile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@
}
.sidebar {
margin-top: 2%;
z-index: 2;
}
form.form-inline {
padding: 0 10px;
text-align: center;
}
#home {
margin: 10px 17px 0;
Expand Down
2 changes: 1 addition & 1 deletion assets/css/subway.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ html { overflow: hidden; }

#overview {
width: 400px;
margin: 10% auto;
margin: 10% auto 30% auto;
padding: 10px;
background: #E7E9ED;
border: 2px solid #DDD;
Expand Down

0 comments on commit b47f029

Please sign in to comment.