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

github.com/aerohub/hugo-identity-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorMichael Grosser <development@stp-ip.net>2017-04-09 20:18:12 +0300
committerMichael Grosser <development@stp-ip.net>2017-04-09 23:32:51 +0300
commit53b832a5e0a07786661ca5decfbb818446fc2e8b (patch)
treeb528be03f581137a22711933922ffff79035ea03 /static
parent6f6404f6433d2464911b159b5c5ad01fd19986eb (diff)
Add new information to page
Diffstat (limited to 'static')
-rw-r--r--static/assets/sass/components/_list.scss5
1 files changed, 2 insertions, 3 deletions
diff --git a/static/assets/sass/components/_list.scss b/static/assets/sass/components/_list.scss
index 2a41274..77262de 100644
--- a/static/assets/sass/components/_list.scss
+++ b/static/assets/sass/components/_list.scss
@@ -21,7 +21,7 @@
}
ul {
- list-style: disc;
+ list-style: none;
margin: 0 0 _size(element-margin) 0;
padding-left: 1em;
@@ -30,7 +30,6 @@
}
&.alt {
- list-style: none;
padding-left: 0;
li {
@@ -126,4 +125,4 @@
dd {
margin-left: _size(element-margin);
}
- } \ No newline at end of file
+ }