Use same h2 heading consistently in website

This commit is contained in:
Sebastian Zhorel 2020-01-03 22:25:54 +01:00
parent 939786da09
commit d1f9005e32
5 changed files with 8 additions and 24 deletions

View File

@ -1,5 +1,5 @@
---
layout: default
---
<h2 class="componentheading">{{ page.title }}</h2>
<h2 class="contentheading">{{ page.title }}</h2>
{{ content }}

View File

@ -34,7 +34,7 @@
</tr>
</table>
<br />
<div class="contentheading">Latest News</div>
<h2 class="contentheading">Latest News</h2>
<table class="blog" cellpadding="0" cellspacing="0">
<tr>
<td valign="top">

View File

@ -5,7 +5,7 @@
path: /community.html
name: Community
---
<div class="componentheading">FreeCol</div>
<h2 class="contentheading">FreeCol</h2>
<table width="100%" cellpadding="4" cellspacing="0" border="0" align="center" class="contentpane">
<tr>
<td width="60%" valign="top" class="contentdescription" colspan="2">
@ -45,7 +45,7 @@
</td>
</tr>
</table>
<div class="componentheading">Colonization</div>
<h2 class="contentheading">Colonization</h2>
<table width="100%" cellpadding="4" cellspacing="0" border="0" align="center" class="contentpane">
<tr>
<td width="60%" valign="top" class="contentdescription" colspan="2">
@ -85,7 +85,7 @@
</td>
</tr>
</table>
<div class="componentheading">Colonization Clones</div>
<h2 class="contentheading">Colonization Clones</h2>
<table width="100%" cellpadding="4" cellspacing="0" border="0" align="center" class="contentpane">
<tr>
<td width="60%" valign="top" class="contentdescription" colspan="2">
@ -172,7 +172,7 @@
</td>
</tr>
</table>
<div class="componentheading">Related Games</div>
<h2 class="contentheading">Related Games</h2>
<table width="100%" cellpadding="4" cellspacing="0" border="0" align="center" class="contentpane">
<tr>
<td width="60%" valign="top" class="contentdescription" colspan="2">

View File

@ -124,11 +124,6 @@ table.contentpane ul li{
background: url(../images/readon2.gif) no-repeat left top;
}
.componentheading {
border-bottom: 1px solid #555555;
color: #555555;
}
.blog_more ul li{
background: url(../images/readon.gif) no-repeat left;
}

View File

@ -504,14 +504,14 @@ a.readon:hover {
}
.contentheading {
width: 98%;
font-weight: bold;
font-size: 18px;
height: 23px;
line-height: 20px;
border-bottom: 1px solid #002E61;
font-family: 'Trebuchet MS', verdana, sans-serif;
border-bottom: 1px solid #002E61;
color: #002E61;
margin-bottom: 5px;
}
.contentpaneopen {
@ -564,17 +564,6 @@ table.contentpane ul li {
font-family: "Trebuchet MS", Verdana, sans serif;
}
.componentheading {
font-weight: bold;
font-size: 18px;
height: 23px;
line-height: 20px;
font-family: "Trebuchet MS", Verdana, sans serif;
border-bottom: 1px solid #002E61;
color: #002E61;
margin-bottom: 5px;
}
a.category {
text-decoration: underline;
}