svanschooten/genesis

Change navbar css class, conforming more to standard bootstrap

Closed this issue · 3 comments

Reminder to self. In this code instead of having this css:

#navbar-inner-right {
  float: right;
}

I should just remove the id and make it more like

<ul class='nav pull-right'>
   Stuff on the right of the navbar
</ul>

I'm learning a lot about bootstrap at work...

One of the many many perks of bootstrap.
Everybody should read the documentation before working on the front-end.

On 04/12/2013 02:49 PM, Michael wrote:

Reminder to self. In this code
https://github.com/svanschooten/genesis/blob/loginview/app/views/main.scala.html#L33
instead of having this css:

#navbar-inner-right {
float: right;
}

I should just remove the id and make it more like

    Stuff on the right of the navbar

I'm learning a lot about bootstrap at work...


Reply to this email directly or view it on GitHub
#2.

Pfft, who reads documentation. :)

Everybody should... ;)

On 04/12/2013 02:53 PM, Michael wrote:

Pfft, who reads documentation. :)


Reply to this email directly or view it on GitHub
#2 (comment).