aboutsummaryrefslogtreecommitdiff
path: root/public/ng/less/ui/bread.less
diff options
context:
space:
mode:
authorJustin Nuß <nuss.justin@gmail.com>2014-07-26 11:23:58 +0200
committerJustin Nuß <nuss.justin@gmail.com>2014-07-26 11:23:58 +0200
commit91480f3791f266369c343c539f8eeec245fa969a (patch)
treea03ad6062fe4b546367cdb6f9921399458d97441 /public/ng/less/ui/bread.less
parent835e85b5ce9921ffd4d50b90b706e02685167331 (diff)
parent35c75f06a0a4f321021984830d760e67ca0ef8e5 (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.less18
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