diff options
| author | Azul <azul@leap.se> | 2012-07-03 15:40:21 +0200 | 
|---|---|---|
| committer | Azul <azul@leap.se> | 2012-07-03 15:40:21 +0200 | 
| commit | 81dc07fabde178ee40a1ddfff5dfd74c5021347f (patch) | |
| tree | 307e202f264b2e7de41b4150e1084c4f9acc023d /example/public/example.css | |
| parent | 7367bf009d778d96c1c40a20c055bba0596ab2b4 (diff) | |
more info and resources on the index page
bit of styling added
Diffstat (limited to 'example/public/example.css')
| -rw-r--r-- | example/public/example.css | 25 | 
1 files changed, 25 insertions, 0 deletions
| diff --git a/example/public/example.css b/example/public/example.css new file mode 100644 index 0000000..265028b --- /dev/null +++ b/example/public/example.css @@ -0,0 +1,25 @@ +section { +  padding-top: 20px; +} + +[class^="icon-"], [class*=" icon-"] { +  background-image: url("glyphicons-halflings.png"); +} + +.with-icons { +  list-style: none; +  padding-top: 20px; +} + +.with-icons i { +  margin: 5px; +} +.with-icons li { +  font-size: 18px; +  line-height: 35px; + +} + +.btn { +  margin-bottom: 15px; +} | 
