Adding phone number, making things more consistent, lightening the page background color, modifying print display to not look so awful
This commit is contained in:
+12
-5
@@ -1,12 +1,13 @@
|
||||
body
|
||||
{
|
||||
background-color: #FFF;
|
||||
font-size: 11.5px;
|
||||
font-size: 12px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
a
|
||||
{
|
||||
border: none;
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
}
|
||||
@@ -21,6 +22,13 @@ article
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
dt,
|
||||
li,
|
||||
p
|
||||
{
|
||||
margin: 0.25em 0;
|
||||
}
|
||||
|
||||
footer
|
||||
{
|
||||
display: none;
|
||||
@@ -43,13 +51,12 @@ section ul li
|
||||
|
||||
section header
|
||||
{
|
||||
font-size: 1.5em;
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
time
|
||||
ul span.screen
|
||||
{
|
||||
clear: both;
|
||||
float: none;
|
||||
display: none;
|
||||
}
|
||||
|
||||
#contact-details
|
||||
|
||||
Reference in New Issue
Block a user