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