Skip to content

Commit

Permalink
- Removed font secondary from templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Dax Borges committed Mar 25, 2014
1 parent 746cd7e commit c69776c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1 class="font-primary">



<section class="main-container content-body font-secondary">
<section class="main-container content-body">

{{#if sidebar}}

Expand Down
4 changes: 2 additions & 2 deletions main.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<script type="text/javascript" src="{{path}}assets/js/util/chromecheck.js?bust={{cacheBuster}}"></script>
</head>

<body>
<body class="font-primary">

<!-- Initial load screen -->
<div id="splash" style="position:absolute; left:0px; top:0px; right:0px; bottom:0px; background-color:#FFF; z-index:99999999; cursor:progress; background-image:url({{path}}assets/img/directus-logo-throbber.gif); background-repeat:no-repeat; background-position:center center;"></div>
Expand All @@ -36,7 +36,7 @@


<!-- Sidebar template -->
<header id="sidebar" class="font-primary">
<header id="sidebar">
<div id="mainLogoBox" class="primary-text-color">
<span class="icon icon-directus"
<img src="<?php echo $mainUrl ?>public/assets/images/logo.png"/>
Expand Down

0 comments on commit c69776c

Please sign in to comment.