Skip to content

Commit

Permalink
Tweak appearance of the menu bar.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdsmith committed Aug 8, 2015
1 parent c365db8 commit 78094a9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions codeworld-server/web/codeworld.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ body {
}

#nav {
flex: 0 0 auto;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 1 150px;
-webkit-flex: 0 1 150px;
-ms-flex: 0 1 150px;
display: flex;
display: -webkit-flex;
display: -ms-flex;
Expand Down Expand Up @@ -177,6 +177,7 @@ body {
font-weight:bold;
color: white;
white-space: nowrap;
overflow: hidden;
}

.cw-button,.cw-button-left {
Expand Down

0 comments on commit 78094a9

Please sign in to comment.