diff options
author | Christian Franke <nobody@nowhere.ws> | 2013-04-14 12:16:47 +0200 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2013-04-14 12:16:47 +0200 |
commit | 28cda3df205691445cd7b6d83b8ae95c91be325f (patch) | |
tree | 9ae210be4671c6acd7a38114072f30e891285eab /public | |
parent | fbe143c9c2af5eab369d51c7e85f126cfbc6f354 (diff) |
improve breadcrumbs
Diffstat (limited to 'public')
-rw-r--r-- | public/css/sublab-2013041401.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/css/sublab-2013041401.css b/public/css/sublab-2013041401.css index 2e8a190..9e3b2fb 100644 --- a/public/css/sublab-2013041401.css +++ b/public/css/sublab-2013041401.css @@ -380,6 +380,10 @@ textarea, input, select { width: 90%; } +.parentlinks a { + padding-right: 0.5em; +} + div.recentchanges { border-style: solid; border-width: 1px; |