diff options
author | luxagraf <sng@luxagraf.net> | 2015-06-01 20:30:40 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2015-06-01 20:30:40 -0400 |
commit | fc5b5bcdc5c3c87c3818cb4c2ddccc0ce137925e (patch) | |
tree | 3dc03b395c1e94fc0900a8a9c29e5b5fcf8dd041 /design/sass | |
parent | 7af56825e3bdf925853a5c4aafdcb0853125bc2c (diff) |
fixed js, not loaded on pages with no comments and CSS to align images
Diffstat (limited to 'design/sass')
-rw-r--r-- | design/sass/_writing_details.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/design/sass/_writing_details.scss b/design/sass/_writing_details.scss index 7185300..8dee60d 100644 --- a/design/sass/_writing_details.scss +++ b/design/sass/_writing_details.scss @@ -245,6 +245,13 @@ display: block; color: #999999; } } +.picgroup { + img { + max-width: 555px; + padding: 8px; + } + margin-bottom: 1.5em; +} .embed-wrapper { @include constrain_wide; |