git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1456
94cd875c-1c1d-0410-91d2-
eb244daf1a30
--- /dev/null
+body {
+ font-size: 12pt;
+ background-color: white;
+ margin: 0px;
+}
+
+span.directory {
+ //text-decoration: underline;
+}
+
+
+span.symlink:after {
+ content: " [symlink]";
+ font-size: 8pt;
+ font-style: normal;
+}
+
+span.symlink {
+ text-decoration: none;
+ font-style: italic;
+}
+
+span.script:after {
+ content: " [script]";
+ font-size: 8pt;
+ font-style: normal;
+}
+
+span.script {
+ color: gray;
+}
+
+span.symbolic:before { content: "<"; }
+span.symbolic:after { content: ">"; }
+
+span.symbolic {
+ font-style: italic;
+ text-decoration: none;
+}
+
+span.description {
+ background-color: #ffffdd;
+}