diff options
| author | tekkub <tekkub@gmail.com> | 2009-09-27 16:14:55 -0600 |
|---|---|---|
| committer | tekkub <tekkub@gmail.com> | 2009-09-27 16:14:55 -0600 |
| commit | 0f6a0defe2d35e50992b7b698d1694750807f53d (patch) | |
| tree | 12e0509bb73f77d29aab2343f9fd2a1d684fa891 /css/style.css | |
| parent | 998c52610d942730a8189347a76c47d9ed9779f4 (diff) | |
Don't let <code> wrap
Diffstat (limited to 'css/style.css')
| -rwxr-xr-x | css/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css index 989d8b3..bdd0845 100755 --- a/css/style.css +++ b/css/style.css @@ -31,3 +31,5 @@ pre.terminal { color: white !important; font-size: 0.9em !important; } + +code {white-space: nowrap;}
\ No newline at end of file |
