mirror of
https://github.com/danielkummer/git-flow-cheatsheet.git
synced 2025-02-01 02:59:15 +01:00
CSS modification to handle long translations list
This commit is contained in:
parent
a380347bf8
commit
64abf77912
@ -14,7 +14,7 @@ header {
|
||||
box-shadow: 0px 5px 7px #8db7bd;
|
||||
-webkit-box-shadow: 0px 5px 7px #8db7bd;
|
||||
-moz-box-shadow: 0px 5px 7px #8db7bd;
|
||||
height: 400px;
|
||||
/*height: 400px;*/
|
||||
background-color: #8db7bd;
|
||||
border-bottom: 1px solid #698b91
|
||||
}
|
||||
@ -112,6 +112,7 @@ blockquote {
|
||||
padding: 5px 20px;
|
||||
color: white;
|
||||
font-family: menlo, monospace;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
code {
|
||||
@ -304,12 +305,10 @@ code {
|
||||
}
|
||||
|
||||
#author {
|
||||
width: 640px;
|
||||
position: absolute;
|
||||
width: 80%;
|
||||
top: 230px;
|
||||
right: 15%;
|
||||
font-size: 20px;
|
||||
text-align: right;
|
||||
text-align: center;
|
||||
font-style: italic;
|
||||
color: #D92B00;
|
||||
z-index: 100;
|
||||
@ -322,17 +321,16 @@ code {
|
||||
}
|
||||
|
||||
#desc {
|
||||
position: absolute;
|
||||
top: 300px;
|
||||
width: 100%;
|
||||
width: 90%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#translations {
|
||||
position: absolute;
|
||||
top: 340px;
|
||||
width: 100%;
|
||||
width: 80%;
|
||||
right: 5%;
|
||||
text-align: right;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#translations .active {
|
||||
|
Loading…
Reference in New Issue
Block a user