aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/stylesheets/gallery_links.scss
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2017-12-17 14:53:32 +0100
committerHarald Eilertsen <haraldei@anduin.net>2017-12-17 14:53:32 +0100
commitb70546f2783503bf98febfe5ffc146131552b741 (patch)
tree1a716011044f2d7704b3b4835f6539669a0cc5dd /app/assets/stylesheets/gallery_links.scss
parentd42a39f8a562bc36c66b3506a31d5909fb0cfda1 (diff)
downloadhmnoweb-b70546f2783503bf98febfe5ffc146131552b741.tar.gz
hmnoweb-b70546f2783503bf98febfe5ffc146131552b741.tar.bz2
hmnoweb-b70546f2783503bf98febfe5ffc146131552b741.zip
Add styling for GalleryLinks.
Diffstat (limited to 'app/assets/stylesheets/gallery_links.scss')
-rw-r--r--app/assets/stylesheets/gallery_links.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/assets/stylesheets/gallery_links.scss b/app/assets/stylesheets/gallery_links.scss
new file mode 100644
index 0000000..ebfc852
--- /dev/null
+++ b/app/assets/stylesheets/gallery_links.scss
@@ -0,0 +1,9 @@
+.gallery_link {
+ display: inline-block;
+ width: 235px;
+ vertical-align: top;
+
+ .gallery_link_meta {
+ font-size: 80%;
+ }
+} \ No newline at end of file