wiki
This commit is contained in:
@ -33,3 +33,5 @@ function scrollToTop() {
|
||||
document.body.scrollTop = 0; // Pro Safari
|
||||
document.documentElement.scrollTop = 0; // Pro ostatní prohlížeče
|
||||
}
|
||||
// Code-box
|
||||
|
||||
|
@ -129,7 +129,7 @@ p {
|
||||
/*Code Box*/
|
||||
.code-box {
|
||||
position: relative;
|
||||
width: 500px;
|
||||
width: 600px;
|
||||
height: auto;
|
||||
border: 1px solid #734f96;
|
||||
padding: 5px;
|
||||
@ -141,17 +141,6 @@ p {
|
||||
border-radius: 7px;
|
||||
}
|
||||
|
||||
#copy-button {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
cursor: pointer;
|
||||
color: whitesmoke;
|
||||
background-color: transparent;
|
||||
border: 1px solid #734f96;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* EOS - Welcome*/
|
||||
|
||||
|
Reference in New Issue
Block a user