This commit is contained in:
Mavis Ou 2014-04-02 09:57:51 -07:00
Родитель 536c123e63
Коммит 483821a6ff
4 изменённых файлов: 32 добавлений и 10026 удалений

4
.gitignore поставляемый
Просмотреть файл

@ -1,4 +1,4 @@
.log
*.log
logs/*
!.gitkeep
node_modules/
@ -7,5 +7,5 @@ tmp
.DS_Store
.idea
.env
app/compiled/
public/compiled/
TODO.txt

10017
public/compiled/style.min.css поставляемый

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -23,12 +23,33 @@
.navbar-webmaker {
background: @mp-green;
.webmaker-logo img {
width: auto;
height: 46px;
.webmaker-logo {
margin-top: 6px;
img {
width: auto;
/*height: 46px;*/
}
}
@media (min-width: @screen-lg-min) {
padding: 0;
.navbar-header {
padding-top: 12px;
}
.webmaker-logo {
padding: 0;
margin-top: 2px;
}
.navbar-nav {
margin-top: 6px;
}
}
}
.navbar-collapse {

Просмотреть файл

@ -31,10 +31,12 @@
</div>
</div>
<div class="call-out">
<div class="row">
<div class="col-md-12 text-center">
<h2>{{ gettext("Maker Party 2014 runs from July 15 to September 15.") }}</h2>
<p>{{ gettext("Anyone can join Maker Party by hosting or attending an event.") }}</p>
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h2>{{ gettext("Maker Party 2014 runs from July 15 to September 15.") }}</h2>
<p>{{ gettext("Anyone can join Maker Party by hosting or attending an event.") }}</p>
</div>
</div>
</div>
</div>