v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Difference between revisions of "User:MetroWind/common.css"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
Line 12: Line 12:
 
     font-family: "Zilla Slab", "CMU Concrete", serif;
 
     font-family: "Zilla Slab", "CMU Concrete", serif;
 
     font-size: 18px;
 
     font-size: 18px;
     line-height: 2;
+
     line-height: 1.6;
 
}
 
}

Revision as of 22:22, 14 October 2017

<!-- DELETE THIS LINE -->{{newpage|type=cp|MetroWind}}

body
{
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

#mw-content-text
{
    font-family: "Zilla Slab", "CMU Concrete", serif;
    font-size: 18px;
    line-height: 1.6;
}