annotate core/themes/bartik/css/components/block.css @ 5:c69a71b4f40f

Add slideshow module
author Chris Cannam
date Thu, 07 Dec 2017 14:46:23 +0000
parents 4c8ae668cc8c
children
rev   line source
Chris@0 1 /**
Chris@0 2 * @file
Chris@0 3 * Visual styles for Bartik's blocks.
Chris@0 4 */
Chris@0 5
Chris@0 6 /* Block has its own content wrapper. */
Chris@0 7 .block .content {
Chris@0 8 margin-top: 10px;
Chris@0 9 }