Einfache Unterstützung für unterschiedliche Bildschirmgrößen aktiviert
[website] / src / main / webapp / less / screen / layout.less
index efeddf9..b5cc0f1 100644 (file)
   width: 20.375em;
   background-color: @heller;
 }
+.cols_2 > .content > .marginal h1,
+.cols_2 > .content > .marginal h2,
+.cols_2 > .content > .marginal h3,
+.cols_2 > .content > .marginal h4
+{
+  color: @hintergrund;
+}
 .content #nav
 {
   position: absolute;
 
 /** Always display vertical scroll-bars */
 body { overflow-y: scroll; }
+
+/** Center content, when screen is bigger than 1240 */
+#page
+{
+  position: relative;
+  max-width: 1000px;
+  margin: 0 auto;
+}