8000 Update Makefile. · linuxerwang/docular@7e6bd58 · GitHub
[go: up one dir, main page]

Skip to con 8000 tent

Commit 7e6bd58

Browse files
committed
Update Makefile.
1 parent e794786 commit 7e6bd58

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ docular:
2727
go install -ldflags "-s -w" docular/cmd/docular
2828

2929
deb:
30-
debmaker -version ${VERSION} -spec-file deb-docular.spec
30+
debmaker -version ${VERSION} -spec-file deb-docular.spec -output-dir ./binaries

binaries/docular_0.1.0_amd64.deb

12 Bytes
Binary file not shown.

webstatic/styles/default.css

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -171,19 +171,17 @@ strong {
171171
}
172172
pre,code {
173173
border-radius: 3px;
174-
color: rgb(165, 55, 55);
175174
font-family: monospace;
176175
font-size: 12px;
177176
font-weight: 400;
178-
padding: 0px 4px;
179177
width: 100%;
180-
overflow: auto;
181178
word-wrap:break-word !important; /* Internet Explorer 5.5+ */
182179
white-space: pre-wrap !important; /* Firefox */
183180
}
184181
pre {
182+
color: #333;
185183
width: 98%;
186-
padding: 5px 5px 10px 10px;
184+
padding: 5px 5px 10px 5px;
187185
margin: 15px 0;
188186
display: block;
189187
line-height: 18px;
@@ -194,8 +192,9 @@ pre {
194192
overflow-x: auto;
195193
}
196194
pre code {
195+
color: rgb(165, 55, 55);
197196
box-shadow: none;
198-
padding: 2px 4px;
197+
padding: 5px 5px 10px 0px;
199198
overflow: auto;
200199
}
201200
a {

0 commit comments

Comments
 (0)
0