summaryrefslogtreecommitdiff
path: root/example/public
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2012-07-03 15:40:21 +0200
committerAzul <azul@leap.se>2012-07-03 15:40:21 +0200
commit81dc07fabde178ee40a1ddfff5dfd74c5021347f (patch)
tree307e202f264b2e7de41b4150e1084c4f9acc023d /example/public
parent7367bf009d778d96c1c40a20c055bba0596ab2b4 (diff)
more info and resources on the index page
bit of styling added
Diffstat (limited to 'example/public')
-rw-r--r--example/public/example.css25
-rw-r--r--example/public/glyphicons-halflings.pngbin0 -> 13826 bytes
2 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;
+}
diff --git a/example/public/glyphicons-halflings.png b/example/public/glyphicons-halflings.png
new file mode 100644
index 0000000..79bc568
--- /dev/null
+++ b/example/public/glyphicons-halflings.png
Binary files differ