Changed stylesheet to use classes.
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>The Music in Noise</h1>
|
||||
<h1 class="site-title" >The Music in Noise</h1>
|
||||
<p><i>"If there were one million families praying the Rosary every day, the entire world would be saved."</i><br />
|
||||
✝ Pope Saint Pius X</p>
|
||||
</header>
|
||||
@ -32,6 +32,6 @@
|
||||
</nav>
|
||||
<hr />
|
||||
<article>
|
||||
<h2 id="page-title" >Blog</h2>
|
||||
<h2 class="page-title" >Blog</h2>
|
||||
<p>Feeds: <a href="rss.xml" >RSS</a> | <a href="atom.xml" >Atom</a></p>
|
||||
<ul>
|
||||
|
Reference in New Issue
Block a user