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

Line 12: Line 12:
 
p {
 
p {
 
   margin-bottom: 25px;
 
   margin-bottom: 25px;
 +
  height: auto;
 +
  margin-left: 0px;
 +
  margin-right: 0px;
 +
  margin-top: 0px;
 
}
 
}

Revision as of 21:21, 8 September 2015

html body {

   font-family: Helvetica,Arial,Verdana,sans-serif;
   color: #000000;
   background: rgb(249,249,249);

}

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

h1.firstHeading {

   display: none;

} p {

 margin-bottom: 25px;
 height: auto;
 margin-left: 0px;
 margin-right: 0px;
 margin-top: 0px;

}