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:
parent
57d0cd3e9c
commit
2c80abc37c
4 changed files with 64 additions and 39 deletions
|
@ -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{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue