small CSS fix for `pre' blocks
This commit is contained in:
parent
2254a1e0bd
commit
d5e50691b3
@ -10,7 +10,8 @@ a {
|
||||
}
|
||||
|
||||
th,
|
||||
td {
|
||||
td,
|
||||
pre {
|
||||
border: 1px solid #263646;
|
||||
}
|
||||
|
||||
|
@ -114,6 +114,10 @@ p {
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
pre {
|
||||
box-shadow: 3px 3px 3px rgba(1, 1, 1, .6);
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
|
Reference in New Issue
Block a user