Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
style tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
zaach committed Nov 30, 2012
1 parent e76d3d3 commit 7a6f3a4
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 9 deletions.
11 changes: 9 additions & 2 deletions public/css/gombot.css
Expand Up @@ -8,7 +8,7 @@
padding-bottom: 18px; padding-bottom: 18px;
} }


.gombot .sign-up-button { .gombot button {
height: 34px; height: 34px;
line-height: 24px; line-height: 24px;
} }
Expand All @@ -18,6 +18,10 @@
width: 18em; width: 18em;
} }


.gombot h2 img {
vertical-align: middle;
}

.splash h1 { .splash h1 {
font-size: 63px; font-size: 63px;
letter-spacing: -4px; letter-spacing: -4px;
Expand Down Expand Up @@ -61,9 +65,12 @@
padding: 25px 25px 67px 80px; padding: 25px 25px 67px 80px;
} }


#splash-box { .gombot #main-content {
color: #666; color: #666;
font-family: 'Open Sans Light', sans-serif; font-family: 'Open Sans Light', sans-serif;
}

.gombot label {
font-size: 90%; font-size: 90%;
} }


Expand Down
Binary file added public/img/gombot-logo-92x92.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions views/download.html
Expand Up @@ -3,6 +3,9 @@
{% block page_title %}Download Gombot{% endblock %} {% block page_title %}Download Gombot{% endblock %}


{% block content %} {% block content %}

{% include "feature.html" %}

<div id="main-content"> <div id="main-content">
<div class="row"> <div class="row">
<section id="sign-up" class="container"> <section id="sign-up" class="container">
Expand Down
4 changes: 4 additions & 0 deletions views/feature.html
@@ -0,0 +1,4 @@
<hgroup id="main-feature" class="splash center">
<h2>Tired of remembering your usernames and passwords?</h2>
<h1>Let Gombot do the work for you.</h1>
</hgroup>
3 changes: 3 additions & 0 deletions views/index.html
Expand Up @@ -3,6 +3,9 @@
{% block page_title %}Gombot{% endblock %} {% block page_title %}Gombot{% endblock %}


{% block content %} {% block content %}

{% include "feature.html" %}

<div id="main-content"> <div id="main-content">
<div class="row"> <div class="row">
<section id="sign-up" class="container"> <section id="sign-up" class="container">
Expand Down
9 changes: 2 additions & 7 deletions views/layout.html
Expand Up @@ -15,8 +15,8 @@
<![endif]--> <![endif]-->


{% block css %} {% block css %}
<link rel="stylesheet" type="text/css" href="css/sandstone-resp.css" media="screen" /> <link rel="stylesheet" type="text/css" href="/css/sandstone-resp.css" media="screen" />
<link rel="stylesheet" type="text/css" href="css/gombot.css" media="screen" /> <link rel="stylesheet" type="text/css" href="/css/gombot.css" media="screen" />
{% endblock %} {% endblock %}


{% block extrahead %}{% endblock %} {% block extrahead %}{% endblock %}
Expand Down Expand Up @@ -48,11 +48,6 @@ <h2><a href="http://mozillalabs.com/"><img src="/img/sandstone/header-mozilla-la
</header> </header>
{% endblock %} {% endblock %}


<hgroup id="main-feature" class="splash center">
<h2>Tired of remembering your usernames and passwords?</h2>
<h1>Let Gombot do the work for you.</h1>
</hgroup>

{% block content %}{% endblock %} {% block content %}{% endblock %}


</div> </div>
Expand Down

0 comments on commit 7a6f3a4

Please sign in to comment.