summaryrefslogtreecommitdiff
path: root/foxmarks.css
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2009-04-16 20:46:49 +0200
committerdakkar <dakkar@thenautilus.net>2009-04-16 20:46:49 +0200
commitdb586f633f5f904bf39c2ae052011a3e5def1962 (patch)
tree669a889869bf15b846a050db9125978bb826dd68 /foxmarks.css
downloadmy-foxmarks-db586f633f5f904bf39c2ae052011a3e5def1962.tar.gz
my-foxmarks-db586f633f5f904bf39c2ae052011a3e5def1962.tar.bz2
my-foxmarks-db586f633f5f904bf39c2ae052011a3e5def1962.zip
first version
Diffstat (limited to 'foxmarks.css')
-rw-r--r--foxmarks.css39
1 files changed, 39 insertions, 0 deletions
diff --git a/foxmarks.css b/foxmarks.css
new file mode 100644
index 0000000..9fd6cb3
--- /dev/null
+++ b/foxmarks.css
@@ -0,0 +1,39 @@
+ul {
+ border: none;
+ margin: 0;
+ padding: 0;
+ margin-left: 1em;
+}
+ul.collapsed {
+ display: none;
+}
+
+li {
+ list-style-type: none;
+ list-style-image: none;
+ list-style-position: inside;
+ margin: 0;
+ padding: 0;
+ border: none;
+}
+
+li.folder {
+ list-style-image: url(folder-open.png);
+}
+li.collapsed {
+ list-style-image: url(folder-closed.png);
+}
+
+li > p {
+ margin: 0;
+ padding: 0;
+ border: none;
+ display: inline;
+}
+
+li > a {
+ margin-left: 0.5em;
+}
+
+li > hr {
+} \ No newline at end of file