Skip to content

Commit

Permalink
Website
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Apr 20, 2015
1 parent 029cd41 commit fda98ba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
3 changes: 0 additions & 3 deletions couscous.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
baseUrl: http://mnapoli.fr/silly

title: Silly
subTitle: Silly CLI micro-framework based on Symfony Console.

menu:
items:
home:
Expand Down
11 changes: 6 additions & 5 deletions website/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ body {
}

main {
margin-top: 70px;
margin-top: 90px;
}

section {
Expand Down Expand Up @@ -109,8 +109,9 @@ header.navbar {
font-size: 28px;
height: auto;
line-height: 40px;
margin-left: 20px;
padding: 10px;
border: solid 1px;
margin: 20px;
padding: 5px 20px;
}
.navbar .navbar-brand small {
font-size: 18px;
Expand Down Expand Up @@ -178,10 +179,10 @@ code {
border: solid 1px #e5e5e5;
}
.hljs {
background: #687273;
background: #5B6566;
}
.hljs-string {
color: #e69411;
color: #D8B783;
}
.hljs-comment{
color: #ABABAB;
Expand Down
4 changes: 2 additions & 2 deletions website/default.twig
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
<header class="navbar navbar-inverse navbar-fixed-top">

<a class="navbar-brand" href="{{ baseUrl }}/">
{{ title|default('The title') }}
Silly
<small class="hidden-xs hidden-sm">
{{ subTitle|default('This is the default subtitle!') }}
CLI micro-framework based on Symfony Console
</small>
</a>

Expand Down

0 comments on commit fda98ba

Please sign in to comment.