Commit 0c46ade4 authored by Mark Otto's avatar Mark Otto

Merge pull request #194 from samsoffes/patch-1

Add pretty code coloring to readme
parents a40690a1 86bb0733
...@@ -13,12 +13,16 @@ You can use Twitter Bootstrap in one of two ways: just drop the compiled CSS int ...@@ -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:
<link rel="stylesheet/less" type="text/css" href="lib/bootstrap.less"> ``` html
<script src="less.js" type="text/javascript"></script> <link rel="stylesheet/less" type="text/css" href="lib/bootstrap.less">
<script src="less.js" type="text/javascript"></script>
```
Or if you prefer, the standard css way: Or if you prefer, the standard css way:
<link rel="stylesheet" type="text/css" href="bootstrap-1.2.0.css"> ``` html
<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!
...@@ -102,4 +106,4 @@ Unless required by applicable law or agreed to in writing, software ...@@ -102,4 +106,4 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment