mirror of https://github.com/twbs/bootstrap.git
Add pretty code coloring to readme
This commit is contained in:
parent
a40690a17c
commit
86bb0733a2
|
@ -13,12 +13,16 @@ You can use Twitter Bootstrap in one of two ways: just drop the compiled CSS int
|
||||||
|
|
||||||
Here's what the LESS version looks like:
|
Here's what the LESS version looks like:
|
||||||
|
|
||||||
|
``` html
|
||||||
<link rel="stylesheet/less" type="text/css" href="lib/bootstrap.less">
|
<link rel="stylesheet/less" type="text/css" href="lib/bootstrap.less">
|
||||||
<script src="less.js" type="text/javascript"></script>
|
<script src="less.js" type="text/javascript"></script>
|
||||||
|
```
|
||||||
|
|
||||||
Or if you prefer, the standard css way:
|
Or if you prefer, the standard css way:
|
||||||
|
|
||||||
|
``` html
|
||||||
<link rel="stylesheet" type="text/css" href="bootstrap-1.2.0.css">
|
<link rel="stylesheet" type="text/css" href="bootstrap-1.2.0.css">
|
||||||
|
```
|
||||||
|
|
||||||
For more info, refer to the docs!
|
For more info, refer to the docs!
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue