summaryrefslogtreecommitdiffstats
path: root/sass/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'sass/plugins')
-rw-r--r--sass/plugins/_gallery.scss14
1 files changed, 14 insertions, 0 deletions
diff --git a/sass/plugins/_gallery.scss b/sass/plugins/_gallery.scss
new file mode 100644
index 0000000..29a3415
--- /dev/null
+++ b/sass/plugins/_gallery.scss
@@ -0,0 +1,14 @@
+div.gallery {
+ ul {
+ list-style-type: none;
+ li {
+ float: left;
+ padding: 5px;
+ display: block;
+ }
+ }
+ br {
+ clear:both;
+ }
+}
+