Difference between revisions of "Team:Vilnius-Lithuania/Vilnius15 wiki.css"

Line 11: Line 11:
 
}
 
}
 
p {
 
p {
   margin-bottom: 10px;
+
   margin-bottom: 100px;
 
}
 
}

Revision as of 16:36, 17 August 2015

html body {

   font-family: Helvetica,Arial,Verdana,sans-serif;
   color: #000000;
   background: rgb(249,249,249) url('http://subtlepatterns.com/patterns/brushed.png') repeat;

}

/* Hide page title (it would appear before the header) */

h1.firstHeading {

   display: none;

} p {

 margin-bottom: 100px;

}