aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/application.css1
-rw-r--r--app/assets/stylesheets/gallery_links.scss24
2 files changed, 25 insertions, 0 deletions
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..302fd3e
--- /dev/null
+++ b/app/assets/stylesheets/gallery_links.scss
@@ -0,0 +1,24 @@
+.gallery_link {
+ display: inline-block;
+ width: 225px;
+ vertical-align: top;
+ margin: {
+ bottom: 8mm;
+ right: 10mm;
+ }
+
+ header {
+ h1 {
+ font-size: 100%;
+ margin-bottom: 0;
+ }
+
+ margin-bottom: 2mm;
+ }
+ img {
+ margin: 0;
+ }
+ .gallery_link_meta {
+ font-size: 80%;
+ }
+}