Skip to content

Instantly share code, notes, and snippets.

@crm114
Created April 17, 2012 07:26
Show Gist options
  • Save crm114/2404176 to your computer and use it in GitHub Desktop.
Save crm114/2404176 to your computer and use it in GitHub Desktop.
navbar/login fix
// Dirty fix | Line 120
<div class="container" style="width: 980px;">
// CSS Fix
<div class="container" id="navbar">
// Add rule to CSS
#navbar{
width: 980px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment