Browse Source

styling improved

master
Christian Müller 10 years ago
parent
commit
5e0af56938
  1. 6
      resources/public/index.html
  2. 10
      resources/public/style.css

6
resources/public/index.html

@ -30,10 +30,8 @@
<li><strong>2012-06</strong>: NoteHub released as a result of an <a href="/2012/6/16/how-notehub-is-built">experiment</a>.</li> <li><strong>2012-06</strong>: NoteHub released as a result of an <a href="/2012/6/16/how-notehub-is-built">experiment</a>.</li>
</ul> </ul>
</article> </article>
<div id="footer"> <footer>
<p>
Source code @ <a href="https://github.com/chmllr/NoteHub">GitHub</a> Source code @ <a href="https://github.com/chmllr/NoteHub">GitHub</a>
</p> </footer>
</div>
</body> </body>
</html> </html>

10
resources/public/style.css

@ -82,12 +82,12 @@ footer {
} }
@media screen and (max-width: 767px) { @media screen and (max-width: 767px) {
#footer { footer {
font-size: 0.4em; font-size: 0.4em;
} }
} }
#footer a { footer a {
border: none; border: none;
} }
@ -148,7 +148,7 @@ article {
-webkit-flex: 1; -webkit-flex: 1;
flex: 1; flex: 1;
text-align: justify; text-align: justify;
margin-top: 5em; margin-top: 3em;
font-family: Georgia, 'Georgia'; font-family: Georgia, 'Georgia';
margin-right: auto; margin-right: auto;
margin-left: auto; margin-left: auto;
@ -214,7 +214,7 @@ pre {
} }
pre { pre {
border: 1px dotted#888; border: 1px solid #aaa;
padding: 0.5em; padding: 0.5em;
border-radius: 3px; border-radius: 3px;
} }
@ -262,7 +262,7 @@ th {
td { td {
line-height: 2.5em; line-height: 2.5em;
padding: 0.3em; padding: 0.3em;
border-top: 1px dotted#888; border-top: 1px solid #aaa;
} }
.middot { .middot {

Loading…
Cancel
Save