commit | d2b5737761ce54abe46dc02cb96fabd4e4be9a66 | [log] [tgz] |
---|---|---|
author | Nils Diewald <nils@diewald-online.de> | Tue Mar 10 20:09:48 2015 +0000 |
committer | Nils Diewald <nils@diewald-online.de> | Tue Mar 10 20:09:48 2015 +0000 |
tree | 645ef9dec5c6f6cf55d2ebdcc788998a7877f170 | |
parent | 2d210756a516ac3a59a279f237e2f2fe97d47c9e [diff] [blame] |
Added proxy support
diff --git a/public/css/vc.css b/public/css/vc.css index fe82f89..f4b6fc5 100644 --- a/public/css/vc.css +++ b/public/css/vc.css
@@ -225,6 +225,15 @@ font-weight: bold; } +.vc .doc > span.key { + position: relative; +} + +.vc .doc > span.key > ul { + margin: 0; + margin-left: 3.3em; +} + .vc .operators { color: #7ba400; border-color: white;