changed the .title design on index
This commit is contained in:
parent
c219347305
commit
5aee161e2e
@ -36,3 +36,15 @@ a {
|
|||||||
margin: 0px;
|
margin: 0px;
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.title h1 {
|
||||||
|
text-align: left;
|
||||||
|
padding-left: 16px;
|
||||||
|
padding-right: 16px;
|
||||||
|
margin-bottom: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.title h3 {
|
||||||
|
margin-top: 8px;
|
||||||
|
margin-left: 36px;
|
||||||
|
}
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
extends layout
|
extends layout
|
||||||
|
|
||||||
block content
|
block content
|
||||||
h1(id='title')= title
|
div(class='title')
|
||||||
|
h1= title
|
||||||
h2= "Sites Visited: "
|
h3= "Sites Visited: "
|
||||||
a(href="/visits") #{visits.length}
|
a(href="/visits") #{visits.length}
|
||||||
| /
|
| /
|
||||||
a(href="/sites") #{totalSites}
|
a(href="/sites") #{totalSites}
|
||||||
|
|
||||||
- var sitesVisited = [];
|
- var sitesVisited = [];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user