From b70546f2783503bf98febfe5ffc146131552b741 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 17 Dec 2017 14:53:32 +0100 Subject: Add styling for GalleryLinks. --- app/assets/stylesheets/application.css | 1 + app/assets/stylesheets/gallery_links.scss | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 app/assets/stylesheets/gallery_links.scss (limited to 'app') diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 1f93b7e..fbd78ca 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -15,4 +15,5 @@ *= require hmno_main *= require hmno_page *= require hmno_sidebars + *= require gallery_links */ 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 -- cgit v1.2.3