Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Old non-flat theme in Bootstrap 3

Does anyone know if it's possible to get Bootstrap 2.x non-flat (with 3d-ish effect) theme back into Bootstrap?

Thanks!

like image 505
user315648 Avatar asked Sep 25 '13 23:09

user315648


1 Answers

Bootstrap 3 comes with a bootstrap-theme.css file that gives you most of the 2.3.2 styles back

See this example

Just include the theme file in your project after the boostrap.css file.

like image 64
Schmalzy Avatar answered Nov 05 '22 17:11

Schmalzy