Skip to content

Commit

Permalink
Reorganized CSS code from external libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
EdDuarte committed May 12, 2015
1 parent 234db2b commit 625051f
Show file tree
Hide file tree
Showing 35 changed files with 2,885 additions and 6,237 deletions.
4 changes: 2 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
graph/static/css/* linguist-vendored
graph/static/fonts/* linguist-vendored
graph/static/css/libs* linguist-vendored
graph/static/css/fonts/* linguist-vendored
graph/static/js/libs/* linguist-vendored
graph/static/js/plugins/* linguist-vendored
9,108 changes: 2,878 additions & 6,230 deletions export-output

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions graph/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<meta name="generator" content="Bootply" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">

<link href="{{ STATIC_URL }}css/bootstrap.min.css" rel="stylesheet">
<link href="{{ STATIC_URL }}css/font-awesome.css" rel="stylesheet">
<link href="{{ STATIC_URL }}css/simple-sidebar.css" rel="stylesheet">
<link href="{{ STATIC_URL }}css/simplegrid.css" rel="stylesheet">
<link href="{{ STATIC_URL }}css/libs/bootstrap.min.css" rel="stylesheet">
<link href="{{ STATIC_URL }}css/libs/font-awesome.css" rel="stylesheet">
<link href="{{ STATIC_URL }}css/libs/simple-sidebar.css" rel="stylesheet">
<link href="{{ STATIC_URL }}css/libs/simplegrid.css" rel="stylesheet">

<script src="{{ STATIC_URL }}js/libs/jquery-1.11.2.js" type="text/javascript"></script>
<script src="{{ STATIC_URL }}js/libs/jquery.autocomplete.js" type="text/javascript"></script>
Expand Down Expand Up @@ -347,7 +347,7 @@ <h2 class="form-signin-heading">Inferences</h2>
</div>
</div>
<button type="submit" style="margin: 9px" class="btn btn-default btn-large">
<span class="glyphicon glyphicon-search"></span>
<span class="fa fa-search"></span>
Search
</button>
</form>
Expand Down

0 comments on commit 625051f

Please sign in to comment.