File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -27,4 +27,4 @@ docular:
27
27
go install -ldflags " -s -w" docular/cmd/docular
28
28
29
29
deb :
30
- debmaker -version ${VERSION} -spec-file deb-docular.spec
30
+ debmaker -version ${VERSION} -spec-file deb-docular.spec -output-dir ./binaries
Original file line number Diff line number Diff line change @@ -171,19 +171,17 @@ strong {
171
171
}
172
172
pre , code {
173
173
border-radius : 3px ;
174
- color : rgb (165 , 55 , 55 );
175
174
font-family : monospace;
176
175
font-size : 12px ;
177
176
font-weight : 400 ;
178
- padding : 0px 4px ;
179
177
width : 100% ;
180
- overflow : auto;
181
178
word-wrap : break-word !important ; /* Internet Explorer 5.5+ */
182
179
white-space : pre-wrap !important ; /* Firefox */
183
180
}
184
181
pre {
182
+ color : # 333 ;
185
183
width : 98% ;
186
- padding : 5px 5px 10px 10 px ;
184
+ padding : 5px 5px 10px 5 px ;
187
185
margin : 15px 0 ;
188
186
display : block;
189
187
line-height : 18px ;
@@ -194,8 +192,9 @@ pre {
194
192
overflow-x : auto;
195
193
}
196
194
pre code {
195
+ color : rgb (165 , 55 , 55 );
197
196
box-shadow : none;
198
- padding : 2 px 4 px ;
197
+ padding : 5 px 5 px 10 px 0 px ;
199
198
overflow : auto;
200
199
}
201
200
a {
You can’t perform that action at this time.
0 commit comments