diff options
author | Jonas' Debian stuff <debian@mail.bitbase.dk> | 2008-02-23 12:03:55 +0100 |
---|---|---|
committer | Jonas' Debian stuff <debian@mail.bitbase.dk> | 2008-02-23 12:03:55 +0100 |
commit | 13d9ac49bca11fe91de140611f2abe1641489a25 (patch) | |
tree | f1fe6936e21706a15a1cb6542d976beff6042fc5 | |
parent | c44b579b48a0ea77f82d43657e76608e67b6ecb0 (diff) |
web commit by jonas: Change egg-shapes to boxes (can't distinguish eggs from ovals.
-rw-r--r-- | ikiroles.mdwn | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ikiroles.mdwn b/ikiroles.mdwn index d5f2742..43f145a 100644 --- a/ikiroles.mdwn +++ b/ikiroles.mdwn @@ -59,12 +59,12 @@ individual passwords). media [shape=plaintext, label="Graphics file"] tmpl [shape=plaintext, label="Html template"] - search_db [shape=egg, label="Search index"] + search_db [shape=box, label="Search index"] /* stored data types */ - txt_stored [shape=egg, label="Version-controlled Markdown texts"] - media_stored [shape=egg, label="Graphics files"] - tmpl_stored [shape=egg, label="Version-controlled html templates"] + txt_stored [shape=box, label="Version-controlled Markdown texts"] + media_stored [shape=box, label="Graphics files"] + tmpl_stored [shape=box, label="Version-controlled html templates"] webpages [label="Static website"] webpages_admin [label="(Admin-)editable website"] |