From 81dc07fabde178ee40a1ddfff5dfd74c5021347f Mon Sep 17 00:00:00 2001 From: Azul Date: Tue, 3 Jul 2012 15:40:21 +0200 Subject: more info and resources on the index page bit of styling added --- example/public/example.css | 25 +++++++++++++++++++++++++ example/public/glyphicons-halflings.png | Bin 0 -> 13826 bytes 2 files changed, 25 insertions(+) create mode 100644 example/public/example.css create mode 100644 example/public/glyphicons-halflings.png (limited to 'example/public') 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; +} diff --git a/example/public/glyphicons-halflings.png b/example/public/glyphicons-halflings.png new file mode 100644 index 0000000..79bc568 Binary files /dev/null and b/example/public/glyphicons-halflings.png differ -- cgit v1.2.3