1
0
Fork 0
mirror of https://github.com/haselkern/Minecraft-ArmorStand.git synced 2025-05-18 05:55:35 +00:00

CSS overhaul

I think it's pretty sweet.
This commit is contained in:
Lars Martens 2016-11-23 18:21:13 +01:00
parent 57d0cd3e9c
commit 2c80abc37c
4 changed files with 64 additions and 39 deletions

View file

@ -43,6 +43,7 @@ a{
box-shadow: 0 2px 4px #555555;
margin: 0.5em;
border-radius: 3px;
padding: 1em;
}
.right{
@ -50,7 +51,11 @@ a{
}
.padding{
padding: 0.5em;
padding: 1em;
}
.underline{
border-bottom: 1px dashed #ddd;
}
.code{