Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vividvilla/ezhil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/dark.css')
-rw-r--r--static/css/dark.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/static/css/dark.css b/static/css/dark.css
index 94b69e8..eeca406 100644
--- a/static/css/dark.css
+++ b/static/css/dark.css
@@ -66,4 +66,8 @@ table th {
table th, table td {
padding: 10px 20px;
border: 1px solid #666;
-} \ No newline at end of file
+}
+
+pre code {
+ display: inline-block
+}