Skip to content

Commit

Permalink
Trying to sync up to master.
Browse files Browse the repository at this point in the history
Remote syncing master and upstream
  • Loading branch information
Mika Caldera authored and Mika Caldera committed Sep 10, 2014
1 parent 4c7a515 commit 6ef0f28
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
4 changes: 4 additions & 0 deletions css/titlebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,7 @@
#site-title .searchform .form-group .form-control {
width: 150px;
}

.lte7.form-control {
width: 20px;
}
5 changes: 4 additions & 1 deletion sass/titlebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@
width:150px;
}
}

}
}
// IE Fixes
.lte7.form-control {
width:20px;
}
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6809,6 +6809,10 @@ button.close {
width: 150px;
}

.lte7.form-control {
width: 20px;
}

/* NAV
--------------------------------------------------------------*/
#nav-secondary {
Expand Down

0 comments on commit 6ef0f28

Please sign in to comment.