mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-12-25 03:40:19 +01:00
more code cleanup
This commit is contained in:
parent
05cd40b365
commit
5ea8a236cf
3 changed files with 9 additions and 3 deletions
|
@ -38,6 +38,9 @@
|
||||||
margin: 30px 0;
|
margin: 30px 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
h4 {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#share {
|
#share {
|
||||||
|
|
|
@ -5595,6 +5595,9 @@ a:hover {
|
||||||
margin: 30px 0;
|
margin: 30px 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
#samples h4 {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
#share {
|
#share {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: #85b5bb;
|
background: #85b5bb;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue