alula-themes 0.4.3 → 0.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/VERSION +1 -1
- data/themes/minimal/assets/stylesheets/minimal.css.scss +0 -53
- metadata +1 -1
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.4.
|
|
1
|
+
0.4.4
|
|
@@ -128,64 +128,11 @@ header {
|
|
|
128
128
|
position:fixed;
|
|
129
129
|
}
|
|
130
130
|
|
|
131
|
-
header ul {
|
|
132
|
-
list-style:none;
|
|
133
|
-
height:40px;
|
|
134
|
-
|
|
135
|
-
padding:0;
|
|
136
|
-
|
|
137
|
-
background: #eee;
|
|
138
|
-
background: -moz-linear-gradient(top, #f8f8f8 0%, #dddddd 100%);
|
|
139
|
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#dddddd));
|
|
140
|
-
background: -webkit-linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
|
|
141
|
-
background: -o-linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
|
|
142
|
-
background: -ms-linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
|
|
143
|
-
background: linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
|
|
144
|
-
|
|
145
|
-
border-radius:5px;
|
|
146
|
-
border:1px solid #d2d2d2;
|
|
147
|
-
box-shadow:inset #fff 0 1px 0, inset rgba(0,0,0,0.03) 0 -1px 0;
|
|
148
|
-
width:270px;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
header li {
|
|
152
|
-
width:89px;
|
|
153
|
-
float:left;
|
|
154
|
-
border-right:1px solid #d2d2d2;
|
|
155
|
-
height:40px;
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
header ul a {
|
|
159
|
-
line-height:1;
|
|
160
|
-
font-size:11px;
|
|
161
|
-
color:#999;
|
|
162
|
-
display:block;
|
|
163
|
-
text-align:center;
|
|
164
|
-
padding-top:6px;
|
|
165
|
-
height:40px;
|
|
166
|
-
}
|
|
167
|
-
|
|
168
131
|
strong {
|
|
169
132
|
color:#222;
|
|
170
133
|
font-weight:700;
|
|
171
134
|
}
|
|
172
135
|
|
|
173
|
-
header ul li + li {
|
|
174
|
-
width:88px;
|
|
175
|
-
border-left:1px solid #fff;
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
header ul li + li + li {
|
|
179
|
-
border-right:none;
|
|
180
|
-
width:89px;
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
header ul a strong {
|
|
184
|
-
font-size:14px;
|
|
185
|
-
display:block;
|
|
186
|
-
color:#222;
|
|
187
|
-
}
|
|
188
|
-
|
|
189
136
|
section {
|
|
190
137
|
width:500px;
|
|
191
138
|
float:right;
|