refer to all files relative to baseurl to work for project pages

This commit is contained in:
Dean Attali 2015-03-02 16:24:07 -08:00
parent dbbc3cd73d
commit 13df585003
5 changed files with 25 additions and 14 deletions

View file

@ -15,14 +15,14 @@ p {
}
p a {
/* text-decoration: underline */
color: #3A85C5;
color: #008AFF;
}
h1,h2,h3,h4,h5,h6 {
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 800;
}
a {
color: #105086;
color: #008AFF;
}
a:hover,
a:focus {
@ -49,6 +49,11 @@ hr.small {
}
}
.main-explain-area {
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
padding: 15px 0;
}
.hideme {
display: none;
}