Skip to content

Commit 3370bdb

Browse files
author
Olivier Giulieri
committed
Small look improvements.
1 parent 45d2dc7 commit 3370bdb

6 files changed

Lines changed: 13 additions & 15 deletions

File tree

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<div class="clearfix"></div>
2828
</div>
2929

30-
<div class="evo-title">
30+
<div class="evo-title2">
3131
<h1 id="title">Demos</h1>
3232
</div>
3333

dist/css/demo.css

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,6 @@
121121
.evo-title2 {
122122
top: 0 !important;
123123
margin-left: 182px;
124-
background-color: white;
125-
}
126-
.evo-title > h1,
127-
.evo-title2 > h1 {
128-
color: #0d0d0d;
129124
}
130125
}
131126
.evo-title {
@@ -151,7 +146,8 @@
151146
.evo-content2,
152147
.evo-content3 {
153148
margin-left: 182px;
154-
padding-top: 0;
149+
margin-top: 20px;
150+
padding-top: 10px;
155151
}
156152
}
157153
.footer {

doc/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<div class="clearfix"></div>
2727
</div>
2828

29-
<div class="evo-title">
29+
<div class="evo-title2">
3030
<h1>Documentation</h1>
3131
</div>
3232

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<div class="clearfix"></div>
2121
</div>
2222
<a href="https://github.com/evoluteur/evolutility" class="forkMe" target="forkMe"><img alt="Fork me on GitHub" src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png"></a>
23-
<div class="evo-title" style="background-color: black">
23+
<div class="evo-title" >
2424
<h1 class="title1" style="color: white">UI models for your Backbone models</h1>
2525
<h1 class="title1"><span class="title2" style="color:silver">... plus a set of model-driven views for it.</span></h1>
2626
</div>

less/header.less

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,13 @@
131131
@media only screen and (min-width: @screen2) {
132132
top:0 !important;
133133
margin-left: @width-toolbar-left;
134-
background-color: white;
135-
>h1{
136-
color: @color-text;
137-
}
134+
//background-color: white;
135+
//>h1{
136+
// color: @color-text;
137+
//}
138138
}
139139
}
140+
140141
.evo-title{
141142
top: 50px;
142143
padding:20px 10px;
@@ -164,7 +165,8 @@
164165
.evo-content2,
165166
.evo-content3{
166167
margin-left: @width-toolbar-left;
167-
padding-top:0;
168+
margin-top: 20px;
169+
padding-top:10px;
168170
}
169171
}
170172
// --- footer ---

less/many-cards.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
float:left;
1010
width:240px;
1111
min-width:140px;
12-
height:162px;
12+
height:164px;
1313
margin: 5px;
1414
padding:10px;
1515
.border-radius(10px);

0 commit comments

Comments
 (0)