Skip to content

Commit

Permalink
Merge pull request #17 from zacharyrs/master
Browse files Browse the repository at this point in the history
Changed font links to HTTPS, increased .ep-tracker width.
  • Loading branch information
stpnlr committed Nov 16, 2016
2 parents 23529e6 + a9f3a07 commit e63e710
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/global.css.scss
Expand Up @@ -52,7 +52,7 @@ body{
font-family: 'Source Sans Pro', sans-serif;
a{font-family: 'Source Sans Pro', sans-serif;}
}
.ep-tracker.row{max-width: 100rem;}
.ep-tracker.row{max-width: 200rem;}

.row{height: 100%;}
.pane1, .pane2, .pane3{height: 100%;}
Expand Down
4 changes: 2 additions & 2 deletions app/views/layouts/application.html.erb
Expand Up @@ -4,8 +4,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<title><%= content_for?(:title) ? yield(:title) : "Fluxday" %></title>
<!--<link href='http://fonts.googleapis.com/css?family=Raleway:300,600,400italic' rel='stylesheet' type='text/css'>-->
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,600' rel='stylesheet' type='text/css'>
<!--<link href='https://fonts.googleapis.com/css?family=Raleway:300,600,400italic' rel='stylesheet' type='text/css'>-->
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,600' rel='stylesheet' type='text/css'>

<%= stylesheet_link_tag "application" %>
<%= javascript_include_tag "vendor/modernizr" %>
Expand Down
4 changes: 2 additions & 2 deletions app/views/layouts/doorkeeper.html.erb
Expand Up @@ -4,8 +4,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<title><%= content_for?(:title) ? yield(:title) : "Fluxday" %></title>
<!--<link href='http://fonts.googleapis.com/css?family=Raleway:300,600,400italic' rel='stylesheet' type='text/css'>-->
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,600' rel='stylesheet' type='text/css'>
<!--<link href='https://fonts.googleapis.com/css?family=Raleway:300,600,400italic' rel='stylesheet' type='text/css'>-->
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,600' rel='stylesheet' type='text/css'>

<%= stylesheet_link_tag "application" %>
<%= javascript_include_tag "vendor/modernizr" %>
Expand Down
4 changes: 2 additions & 2 deletions app/views/layouts/less_pane.html.erb
Expand Up @@ -4,8 +4,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>

<title><%= content_for?(:title) ? yield(:title) : "Fluxday" %></title>
<!--<link href='http://fonts.googleapis.com/css?family=Raleway:300,600,400italic' rel='stylesheet' type='text/css'>-->
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,600' rel='stylesheet' type='text/css'>
<!--<link href='https://fonts.googleapis.com/css?family=Raleway:300,600,400italic' rel='stylesheet' type='text/css'>-->
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,600' rel='stylesheet' type='text/css'>

<%= stylesheet_link_tag "application" %>
<%= javascript_include_tag "vendor/modernizr" %>
Expand Down
4 changes: 2 additions & 2 deletions app/views/layouts/login.html.erb
Expand Up @@ -4,8 +4,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<title><%= content_for?(:title) ? yield(:title) : "Fluxday" %></title>
<!--<link href='http://fonts.googleapis.com/css?family=Raleway:300,600,400italic' rel='stylesheet' type='text/css'>-->
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,600' rel='stylesheet' type='text/css'>
<!--<link href='https://fonts.googleapis.com/css?family=Raleway:300,600,400italic' rel='stylesheet' type='text/css'>-->
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,600' rel='stylesheet' type='text/css'>

<%= stylesheet_link_tag "application" %>
<%= javascript_include_tag "vendor/modernizr",:async=>true %>
Expand Down

0 comments on commit e63e710

Please sign in to comment.