From 5903c070470bcb6557fc41ef35de572976fb95ba Mon Sep 17 00:00:00 2001 From: nek0 Date: Sun, 14 Sep 2014 05:07:56 +0200 Subject: [PATCH] playing with css --- templates/album.cassius | 14 ++++++++++++++ templates/default-layout.cassius | 2 ++ templates/home.cassius | 13 +++++++++++++ templates/profile.hamlet | 2 +- 4 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 templates/album.cassius create mode 100644 templates/default-layout.cassius create mode 100644 templates/home.cassius diff --git a/templates/album.cassius b/templates/album.cassius new file mode 100644 index 0000000..9e6d67f --- /dev/null +++ b/templates/album.cassius @@ -0,0 +1,14 @@ +.thumbnail + border: 1px solid #ddd + border-radius: 6px + box-shadow: 0 0 3px #c4c4c4 + +.thumbnail img + width: 250px + margin: 0 + +ul + list-style-type: none + +li + display: inline-block diff --git a/templates/default-layout.cassius b/templates/default-layout.cassius new file mode 100644 index 0000000..807ef8f --- /dev/null +++ b/templates/default-layout.cassius @@ -0,0 +1,2 @@ +nav li + display: inline-block diff --git a/templates/home.cassius b/templates/home.cassius new file mode 100644 index 0000000..ff8de9a --- /dev/null +++ b/templates/home.cassius @@ -0,0 +1,13 @@ +.thumbnail + border: 1px solid #ddd + border-radius: 6px + box-shadow: 0 0 3px #c4c4c4 + +.thumbnail img + width: 250px + +ul + list-style-type: none + +li + display: inline-block diff --git a/templates/profile.hamlet b/templates/profile.hamlet index 9d302ba..130ed93 100644 --- a/templates/profile.hamlet +++ b/templates/profile.hamlet @@ -27,6 +27,6 @@ $else