Merge pull request #2357 from randybruder/master

Minor style tweaks
This commit is contained in:
Jamie 2018-06-27 07:19:55 +01:00 committed by GitHub
commit 5078463ea1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Changelog
## (unreleased)
## v3.0.3421 (2018-06-23)
### **New Features**

View file

@ -95,6 +95,7 @@ hr {
.btn {
border-radius: .25rem $i;
margin-bottom: 10px;
}
.btn-group-separated .btn,
@ -141,6 +142,10 @@ p {
font-size: 1.1rem $i;
}
.tags {
display: block;
}
label {
display: inline-block $i;
margin-bottom: .5rem $i;
@ -443,6 +448,7 @@ $border-radius: 10px;
margin-right: 10px;
position: absolute;
left: 0;
top: 3px;
bottom: 1px;
border: 2px solid #eee;
border-radius: 3px;
@ -940,7 +946,7 @@ a > h4:hover {
.backdrop{
box-shadow: 3px 3px 10px #000000;
background-position: center;
background-position: 50% 33%;
background-size: cover;
}