artbelov / nr-bootstrap

Bootstrap front-end framework without responsiveness, which can be used with fixed or fluid layout.

Home Page:http://www.artbelov.com/nr-bootstrap/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bower version Build Status devDependency Status

Bootstrap front-end framework without responsiveness, which can be used with fixed or fluid layout.

Quick start options

  • Clone the repo: git clone https://github.com/artbelov/nr-bootstrap.git.
  • Download the latest build or release.
  • Install with Bower: bower install nr-bootstrap.

Usage

  1. Add or replace CSS/LESS files in your project.
  2. Use only col-* grid classes.
  3. Don't use navbar collapsing.

Override container width

In CSS:

  1. Open bootstrap.css file.
  2. Change width of the .container.

In LESS:

  1. Open variables.less file.
  2. Change @container-default value.
  3. Compile bootstrap.less file.

In own styles:

  1. Create your own .css, .less or <style> tag, which is used after bootstrap.css.
  2. Create .container and set width property, e.g. .container { width: 1140px !important; }.

Thanks

Mark Otto and Jacob Thornton for Bootstrap.

Author

Artem Belov

License

Code released under the MIT license.

About

Bootstrap front-end framework without responsiveness, which can be used with fixed or fluid layout.

http://www.artbelov.com/nr-bootstrap/

License:MIT License


Languages

Language:CSS 98.4%Language:JavaScript 1.6%