File tree 4 files changed +12
-5
lines changed
4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ module.exports = function (grunt) {
210
210
dest : '.tmp/' ,
211
211
src : [
212
212
'styles/{,*/}*.css' ,
213
- 'bower_components/boostrap /dist/css/bootstrap.min.css'
213
+ 'bower_components/bootstrap /dist/css/bootstrap.min.css'
214
214
]
215
215
} ,
216
216
files : [
Original file line number Diff line number Diff line change 7
7
< meta name ="description " content ="A mobile friendly VIM cheat sheet ">
8
8
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
9
9
<!-- build:css({.tmp,app}) styles/main.css -->
10
- < link rel ="stylesheet " href ="bower_components/boostrap /dist/css/bootstrap.min.css ">
10
+ < link rel ="stylesheet " href ="bower_components/bootstrap /dist/css/bootstrap.min.css ">
11
11
< link rel ="stylesheet " href ="styles/main.css ">
12
12
<!-- endbuild -->
13
13
<!-- build:js scripts/vendor/modernizr.js -->
Original file line number Diff line number Diff line change 26
26
27
27
ul {
28
28
padding : 0 ;
29
- padding-left : 5px ;
30
29
}
31
30
32
31
li {
38
37
}
39
38
40
39
# footer {
40
+ margin-top : 15px ;
41
41
text-align : center;
42
42
}
43
43
44
44
kbd {
45
+ font-family : monospace, serif;
46
+ font-size : 1em ;
47
+ color : # 333 ;
48
+ background-color : # fafafa ;
49
+ border-radius : 0 ;
50
+ box-shadow : none;
45
51
font-weight : bold;
52
+ padding : 0 ;
46
53
}
Original file line number Diff line number Diff line change 2
2
"name" : " vim-cheat-sheet" ,
3
3
"version" : " 0.0.0" ,
4
4
"dependencies" : {
5
- "boostrap" : " git@github.com:twbs/bootstrap.git#3.0.0-rc1" ,
6
5
"modernizr" : " ~2.6.2" ,
7
- "jquery" : " ~1.9.1"
6
+ "jquery" : " ~1.9.1" ,
7
+ "bootstrap" : " ~3.1.0"
8
8
},
9
9
"devDependencies" : {}
10
10
}
You can’t perform that action at this time.
0 commit comments