Skip to content

Commit

Permalink
frontend fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ikkez committed Aug 14, 2017
1 parent cfaca52 commit 342cea0
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/.idea/
/tmp/
/res/
/ui/compressed/
10 changes: 10 additions & 0 deletions ui/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ body {
background: url("../images/diagmonds.png") 0 0 repeat;
color: #fff;
}
.navbar-inverse {
border: none;
border-bottom: 1px solid #e95420;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
background-color: #e95420;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
background-color: #6a280d;
}

#hero .container {
max-width: 860px;
Expand Down
Binary file added ui/ico/favicon.ico
Binary file not shown.
Binary file modified ui/ico/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion ui/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/fancybox/jquery.fancybox.pack.js?v=2.1.5"></script>
<script type="text/javascript" src="js/fancybox/jquery.fancybox.pack.js"></script>

<script src="js/main.js"></script>
</body>
Expand Down
1 change: 1 addition & 0 deletions vendor/ikkez/f3-cortex
Submodule f3-cortex added at 420976

0 comments on commit 342cea0

Please sign in to comment.