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
  • Merge requests
  • !9756

BS3: Add optional theme (fixes #8706)

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Mark Otto requested to merge bs3_theme into 3.0.0-wip Aug 18, 2013
  • Overview 0
  • Commits 10
  • Pipelines 0
  • Changes 9

Preview

theme template for bootstrap

What's changed

Just finished the first pass at our optional theme to make Bootstrap 3 look a bit more like Bootstrap 2. It includes a first pass at adding visual effects for nearly all our components.

Specifically:

  • Added a new theme.less file to house all our theme-specific styles (which also imports vars and mixins forr use)
  • Compiles the theme file into two CSS files, bootstrap-theme.css and bootstrap-theme.min.css
  • Adds new example, "Bootstrap theme", to the Getting Started examples section in the docs

I'm sure I missed something or need to tweak something else, but we can address that in time. Also keep in mind that not everything needs to be themed, so don't expect them all to appear here.

In the future, we'll do our best to make it so folks can simply change a variable and enable the theme rather than including a secondary file. For now though, this will suffice for v3.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: bs3_theme