Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xaprb/story.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorBaron Schwartz <xaprb@users.noreply.github.com>2018-09-11 05:23:12 +0300
committerBaron Schwartz <xaprb@users.noreply.github.com>2018-09-11 05:23:12 +0300
commit6c85f93ceccb6a46e09522ce4a8a4f2404647494 (patch)
tree5b90875240135013acee9e6d56fc87f2bd998063 /static
parent17503533c3c2803a4b712bfd42383fefcbd88a9b (diff)
descartes: .bw classes were outputting border-radius
Diffstat (limited to 'static')
-rw-r--r--static/css/descartes.css14
-rw-r--r--static/css/descartes.less2
2 files changed, 8 insertions, 8 deletions
diff --git a/static/css/descartes.css b/static/css/descartes.css
index 99985b2..989dd3c 100644
--- a/static/css/descartes.css
+++ b/static/css/descartes.css
@@ -8936,7 +8936,7 @@ img[src~="br-0"] {
}
.bw-0,
img[src~="bw-0"] {
- border-radius: 0;
+ border-width: 0;
}
.br-1,
img[src~="br-1"] {
@@ -8944,7 +8944,7 @@ img[src~="br-1"] {
}
.bw-1,
img[src~="bw-1"] {
- border-radius: 0.125rem;
+ border-width: 0.125rem;
}
.br-2,
img[src~="br-2"] {
@@ -8952,7 +8952,7 @@ img[src~="br-2"] {
}
.bw-2,
img[src~="bw-2"] {
- border-radius: 0.25rem;
+ border-width: 0.25rem;
}
.br-3,
img[src~="br-3"] {
@@ -8960,7 +8960,7 @@ img[src~="br-3"] {
}
.bw-3,
img[src~="bw-3"] {
- border-radius: 0.5rem;
+ border-width: 0.5rem;
}
.br-4,
img[src~="br-4"] {
@@ -8968,7 +8968,7 @@ img[src~="br-4"] {
}
.bw-4,
img[src~="bw-4"] {
- border-radius: 1rem;
+ border-width: 1rem;
}
.br-5,
img[src~="br-5"] {
@@ -8976,7 +8976,7 @@ img[src~="br-5"] {
}
.bw-5,
img[src~="bw-5"] {
- border-radius: 2rem;
+ border-width: 2rem;
}
.br-100pct,
img[src~="br-100pct"] {
@@ -8984,7 +8984,7 @@ img[src~="br-100pct"] {
}
.bw-100pct,
img[src~="bw-100pct"] {
- border-radius: 100%;
+ border-width: 100%;
}
.pa-0,
img[src~="pa-0"] {
diff --git a/static/css/descartes.less b/static/css/descartes.less
index e880008..269f42a 100644
--- a/static/css/descartes.less
+++ b/static/css/descartes.less
@@ -265,7 +265,7 @@ each(@sides, {
});
each(@border-lengths, {
.br@{key}, img[src~="br@{key}"] { border-radius: @value; }
- .bw@{key}, img[src~="bw@{key}"] { border-radius: @value; }
+ .bw@{key}, img[src~="bw@{key}"] { border-width: @value; }
});
// Padding and margins