aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/css/code-nowrap.css
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2017-02-01 10:37:14 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2017-02-01 10:37:14 +0300
commitc814fcc53c65b1cbc3ee487fbd8aca4a905bd6d4 (patch)
tree6bdaea2d4ebc1236bce91ffeec715ed14d384aaf /css/code-nowrap.css
parentstd::call_once: shorten title (diff)
downloadjekyll-theme-c814fcc53c65b1cbc3ee487fbd8aca4a905bd6d4.tar.gz
jekyll-theme-c814fcc53c65b1cbc3ee487fbd8aca4a905bd6d4.zip
add comments to CSS classes
Diffstat (limited to 'css/code-nowrap.css')
-rw-r--r--css/code-nowrap.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/css/code-nowrap.css b/css/code-nowrap.css
index ae47c0a..acc2dec 100644
--- a/css/code-nowrap.css
+++ b/css/code-nowrap.css
@@ -1,3 +1,4 @@
+/* So that things like <code>runtime-link=dynamic</code> don't wrap on =. */
code {
white-space: nowrap;
}