1/** 2 * This file provides the design styles for the main-content. 3 * 4 * @author Jana Deutschlaender <deutschlaender@cosmocode.de> 5 */ 6 7 8#dokuwiki__content.main-content { 9} 10 11 12/* + + + + + + + + + + + + + + + + + + + + + + + + + + */ 13/* min-width: 1440px */ 14 15@media @screen_min-xlg { 16} 17 18 19/* + + + + + + + + + + + + + + + + + + + + + + + + + + */ 20/* max-width: 1199px */ 21 22@media @screen_max-xlg { 23} 24