Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use Same style as Bootstrap 2.3.2 in Bootstrap3

To me, Bootstrap 3 doesn't look very nice and I find the bootstrap 2.3.2 much nicer! Now my question is is there any way to use new functions and style added to bootstrap3 but still use the same style? I already ried to customize Bootstrap based on Bootstrap 2.3.2 but I couldn't figure out how to define some of the changes. For example: in Bootstrap3 the @line-height-base is 1.428571429 and this parameter in Bootstrap 2.3.2 is @baseLineHeight: 20px

Update: enter image description here

Thanks

like image 472
Mona Coder Avatar asked Aug 29 '13 15:08

Mona Coder


1 Answers

Bootstrap 3 now comes with a bootstrap-theme.css file that includes the bootstrap 2.3.2 styling (for the most part).

Simply add this file into your project after the base boostrap.css file.

like image 176
Schmalzy Avatar answered Sep 21 '22 13:09

Schmalzy