зеркало из https://github.com/mozilla/gombot.git
style tweaks
This commit is contained in:
Родитель
e76d3d38fa
Коммит
7a6f3a458d
|
@ -8,7 +8,7 @@
|
|||
padding-bottom: 18px;
|
||||
}
|
||||
|
||||
.gombot .sign-up-button {
|
||||
.gombot button {
|
||||
height: 34px;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
@ -18,6 +18,10 @@
|
|||
width: 18em;
|
||||
}
|
||||
|
||||
.gombot h2 img {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.splash h1 {
|
||||
font-size: 63px;
|
||||
letter-spacing: -4px;
|
||||
|
@ -61,9 +65,12 @@
|
|||
padding: 25px 25px 67px 80px;
|
||||
}
|
||||
|
||||
#splash-box {
|
||||
.gombot #main-content {
|
||||
color: #666;
|
||||
font-family: 'Open Sans Light', sans-serif;
|
||||
}
|
||||
|
||||
.gombot label {
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
|
|
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 12 KiB |
|
@ -3,6 +3,9 @@
|
|||
{% block page_title %}Download Gombot{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
{% include "feature.html" %}
|
||||
|
||||
<div id="main-content">
|
||||
<div class="row">
|
||||
<section id="sign-up" class="container">
|
||||
|
|
|
@ -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,6 +3,9 @@
|
|||
{% block page_title %}Gombot{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
{% include "feature.html" %}
|
||||
|
||||
<div id="main-content">
|
||||
<div class="row">
|
||||
<section id="sign-up" class="container">
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
<![endif]-->
|
||||
|
||||
{% block css %}
|
||||
<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/sandstone-resp.css" media="screen" />
|
||||
<link rel="stylesheet" type="text/css" href="/css/gombot.css" media="screen" />
|
||||
{% endblock %}
|
||||
|
||||
{% block extrahead %}{% endblock %}
|
||||
|
@ -48,11 +48,6 @@
|
|||
</header>
|
||||
{% 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 %}
|
||||
|
||||
</div>
|
||||
|
|
Загрузка…
Ссылка в новой задаче