diff options
author | Arturo FilastoĢ <hellais@torproject.org> | 2011-08-17 18:16:22 +0200 |
---|---|---|
committer | Arturo FilastoĢ <hellais@torproject.org> | 2011-08-17 18:16:22 +0200 |
commit | d435505bea5b9d735447f4900d7e502cae11412f (patch) | |
tree | 633789853e891f5cde6f6b331405bf57225e0ed7 /packages/torouter-web/static | |
parent | ed08b56338e9b230c2a475946511c0e13cfce487 (diff) | |
download | torouter-d435505bea5b9d735447f4900d7e502cae11412f.tar.gz torouter-d435505bea5b9d735447f4900d7e502cae11412f.zip |
Add support for displaying content of torrc file
Diffstat (limited to 'packages/torouter-web/static')
-rw-r--r-- | packages/torouter-web/static/main.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/torouter-web/static/main.css b/packages/torouter-web/static/main.css index 5626e92..34e26cf 100644 --- a/packages/torouter-web/static/main.css +++ b/packages/torouter-web/static/main.css @@ -35,3 +35,17 @@ div.header ul#submenu li { font-size: 15px; } +/* More specific stuff */ +#torrc { +list-style: none; +line-height: 2em; +} + +#torrc em { +font-weight: bold; +font-style: normal; +} + + + + |