Skip to content
This repository was archived by the owner on Oct 15, 2022. It is now read-only.

Commit 6aa2ea4

Browse files
author
Jag Talon
committed
Merge pull request #467 from duckduckgo/jag/vim-css
Vim Cheat Sheet: Add back style.css
2 parents 5f44c57 + 062450c commit 6aa2ea4

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
.zci--answer .zero_click_wrapper .zero_click {
2+
padding-left: 0px !important;
3+
margin-left: 0px !important;
4+
margin-right: 0px !important;
5+
}
6+
7+
.zci--answer .vim-container {
8+
max-height: 45ex;
9+
overflow-y: scroll;
10+
overflow-x: hidden;
11+
}
12+
13+
.zci--answer .vim-column {
14+
width: 48%;
15+
display: inline-block;
16+
vertical-align: top;
17+
}
18+
19+
.zci--answer table.vim-table {
20+
width: 100%;
21+
margin-bottom: 1ex;
22+
}
23+
24+
.zci--answer table.vim-table td {
25+
padding-right: 1ex;
26+
vertical-align: top;
27+
}
28+
.zci--answer table.vim-table td code {
29+
white-space: nowrap;
30+
}
31+
32+
@media (max-width: 380px) {
33+
.zci--answer .vim-column {
34+
width: 100%;
35+
}
36+
}

share/goodie/vim_cheat_sheet/vim_cheat_sheet.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<style type='text/css'>
22

3+
.zci--answer .zero_click_wrapper .zero_click {
4+
padding-left: 0px !important;
5+
margin-left: 0px !important;
6+
margin-right: 0px !important;
7+
}
8+
39
.zci--answer .vim-container {
410
max-height: 45ex;
511
overflow-y: scroll;

0 commit comments

Comments
 (0)