This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
youys
/
DocNet
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
14
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Changed code span CSS a bit so padding left/right is smaller now, added margin left/right
tags/v0.10
Frans Bouma
10 years ago
parent
78baaa4d20
commit
868ed6ade8
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
Themes/Default/Destination/css/theme.css
+ 2
- 1
Themes/Default/Destination/css/theme.css
View File
@@ -211,7 +211,8 @@ code, pre.nocode {
max-width: 100%;
border: solid 1px;
font-size: 90%;
padding: 0 5px;
padding: 0 2px;
margin: 0 3px;
font-family: Consolas, "Andale Mono WT","Andale Mono","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,monospace;
overflow-x: auto;
}
Write
Preview
Loading…
Cancel
Save