Skip to content

Commit

Permalink
Adds feed view/controller and new way to add clients
Browse files Browse the repository at this point in the history
  • Loading branch information
alanzfu committed Jan 11, 2016
1 parent b5a05be commit d3dd71f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Frendli</title>
<title>Frend.li</title>
<link href='https://fonts.googleapis.com/css?family=Lato:400,300,600,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Font-Awesome:400' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Courgette:400' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="styles/style.css">
</head>
Expand Down
6 changes: 3 additions & 3 deletions client/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ nav{
}

.nav-link{
font-family: 'Font-Awesome', 'Lato', sans-serif;
font-family: 'Courgette', 'Lato', sans-serif;
font-size: 1.8em;
padding: 5px 15px;
padding: 0px 15px;
display: inline;
}

.nav-link:select{
link:active, link:visited{
text-decoration: none;
}

Expand Down

0 comments on commit d3dd71f

Please sign in to comment.