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 @@ @@ -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>
</ul>
</article>
<div id="footer">
<p>
<footer>
Source code @ <a href="https://github.com/chmllr/NoteHub">GitHub</a>
</p>
</div>
</footer>
</body>
</html>

10
resources/public/style.css

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

Loading…
Cancel
Save