mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-07-16 14:29:55 +00:00
try to apply jekyll
+ added paper
This commit is contained in:
@ -115,6 +115,20 @@ pre {
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
@external .codeblock;
|
||||
div.codeblock {
|
||||
padding:8px 15px;
|
||||
height:200px;
|
||||
border:1px solid #e5e5e5;
|
||||
font-family: "Liberation Mono", Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal;
|
||||
color:#333;
|
||||
font-size:12px;
|
||||
background: #f8f8f8;
|
||||
overflow:auto;
|
||||
display:block;
|
||||
white-space:pre;
|
||||
}
|
||||
|
||||
table {
|
||||
width:100%;
|
||||
border-collapse:collapse;
|
||||
|
Reference in New Issue
Block a user