aboutsummaryrefslogtreecommitdiff
path: root/public/ng/less/ui/bread.less
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-11-22 01:32:09 -0500
committerUnknwon <u@gogs.io>2015-11-22 01:32:09 -0500
commit52c8f691630548fe091d30bcfe8164545a05d3d5 (patch)
tree12ad797f4c2f8ae6ea81e59e4a0e73ec76abaef3 /public/ng/less/ui/bread.less
parentb80e848d02b4e27e067910c03aadeddcbdd5f3f5 (diff)
fix #650
Diffstat (limited to 'public/ng/less/ui/bread.less')
-rw-r--r--public/ng/less/ui/bread.less18
1 files changed, 0 insertions, 18 deletions
diff --git a/public/ng/less/ui/bread.less b/public/ng/less/ui/bread.less
deleted file mode 100644
index 9e96eb43..00000000
--- a/public/ng/less/ui/bread.less
+++ /dev/null
@@ -1,18 +0,0 @@
-@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