annotate core/modules/layout_discovery/layouts/onecol/onecol.css @ 9:1fc0ff908d1f

Add another data file
author Chris Cannam
date Mon, 05 Feb 2018 12:34:32 +0000
parents 4c8ae668cc8c
children
rev   line source
Chris@0 1 /*
Chris@0 2 * @file
Chris@0 3 * Provides the layout styles for layout_onecol.
Chris@0 4 */
Chris@0 5 .layout--onecol .layout__region {
Chris@0 6 width: 100%;
Chris@0 7 }