Improved title text styling, removed dead CSS.

This commit is contained in:
Oliver Hamlet
2014-12-16 00:08:26 +00:00
parent 6b9844d5cf
commit d38164cde9
2 changed files with 12 additions and 9 deletions
+1 -1
View File
@@ -47,7 +47,7 @@
<core-toolbar>
<core-icon-button id="drawerToggle" icon="menu" core-drawer-toggle></core-icon-button>
<div flex>{{ page.title }}</div>
<h1 flex>{{ page.title }}</h1>
</core-toolbar>
<div id="main">
+11 -8
View File
@@ -32,9 +32,14 @@ core-toolbar > div {
core-icon {
margin-right: 0.5em;
}
h1 {
font-weight: 400;
font-size: 24pt;
}
h2 {
margin-right: 1.5em;
margin-top: 1.2em;
/*color: rgba(0, 0, 0, 0.54);*/
font-weight: 400;
font-size: 15pt;
}
div[drawer] {
background: white;
@@ -51,18 +56,16 @@ div[drawer] > nav {
margin-right: 0.5em;
}
#drawerLogo > h1 {
font-weight: 400;
font-size: 34pt;
display: inline-block;
vertical-align: top;
line-height: 64px;
margin: 0;
}
#main {
margin: 2em 1em;
}
#footer {
margin: 1em 0;
padding: 1em 0;
text-align: center;
}
#footer small { display:block; color: #ccc;}
code {
background:white;
white-space:pre;