Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Issues
  • #2548
Closed
Open
Issue created Mar 13, 2012 by Administrator@rootContributor

non-fixed navbar broken in 2.0.2...

Created by: jszakmeister

I think this was a result of fixing #2093 (closed). In a non-fixed version of the navbar, the text in no longer centered on the page, but appears all the way on the left-hand side.

This is what it looked like in 2.0.1: http://i.imgur.com/vgRgJ.png

This is what it looks like now: http://i.imgur.com/NZEpK.png

BTW, the code I used for the page was this:

<html>
  <head>
    <link rel="stylesheet" href="docs/assets/css/bootstrap.css" type="text/css">
  </head>
  <body>
    <div class="navbar">
      <div class="navbar-inner">
        <div class="container">
          <a class="brand" href="#">
            Project name
          </a>
          <ul class="nav">
            <li class="active">
              <a href="#">Home</a>
            </li>
            <li><a href="#">Link</a></li>
            <li><a href="#">Link</a></li>
          </ul>
        </div>
      </div>
    </div>
  </body>
</html>
Assignee
Assign to
Time tracking