diff options
author | Justin Nuß <nuss.justin@gmail.com> | 2014-07-26 11:23:58 +0200 |
---|---|---|
committer | Justin Nuß <nuss.justin@gmail.com> | 2014-07-26 11:23:58 +0200 |
commit | 91480f3791f266369c343c539f8eeec245fa969a (patch) | |
tree | a03ad6062fe4b546367cdb6f9921399458d97441 /public/ng/less/ui/bread.less | |
parent | 835e85b5ce9921ffd4d50b90b706e02685167331 (diff) | |
parent | 35c75f06a0a4f321021984830d760e67ca0ef8e5 (diff) |
Merge branch 'dev' of https://github.com/gogits/Gogs into issue/281
Conflicts:
modules/base/tool.go
Diffstat (limited to 'public/ng/less/ui/bread.less')
-rw-r--r-- | public/ng/less/ui/bread.less | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/public/ng/less/ui/bread.less b/public/ng/less/ui/bread.less new file mode 100644 index 00000000..9e96eb43 --- /dev/null +++ b/public/ng/less/ui/bread.less @@ -0,0 +1,18 @@ +@import "var"; + +.breads { + .bread { + &:after { + content: "/"; + font-weight: bold; + margin: 0 4px 0 7px; + color:@breadColor; + } + } + .bread:last-child { + &:after { + content: ""; + margin: 0; + } + } +}
\ No newline at end of file |