Skip to content

Commit

Permalink
*fixed nested objects and dupllicate loads.
Browse files Browse the repository at this point in the history
  • Loading branch information
jspears committed Apr 6, 2012
1 parent d36e27d commit 836b75e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions plugins/generator/views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
}
</style>
<link href='http://fonts.googleapis.com/css?family=Righteous' rel='stylesheet' type='text/css'>
<link href="less/${query.checksum || lessFactory && lessFactory.checksum || ''}" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
<link href="js/libs/table/jquery.sorter.css" rel="stylesheet">
Expand Down
5 changes: 5 additions & 0 deletions plugins/static/public/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,9 @@
.top-line {
margin-top:1em;
border-top:1px solid #dcdcdc;
}
@import url(http://fonts.googleapis.com/css?family=Righteous);
.logoFont {
font-family: Righteous;
font-weight: normal;
}
2 changes: 1 addition & 1 deletion plugins/static/public/tpl/home.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="hero-unit" style="height:260px;">
<h2>Welcome to Bobamo!</h2>
<h2 class="logoFont">Bobamo!</h2>

<p>&nbsp;</p>

Expand Down

0 comments on commit 836b75e

Please sign in to comment.