mirror of
https://github.com/danielkummer/git-flow-cheatsheet.git
synced 2025-01-19 20:40:14 +01:00
Create some css rules related to translations
This commit is contained in:
parent
37c4f1a251
commit
69cc1e03d6
@ -309,6 +309,20 @@ code {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#translations {
|
||||||
|
position: absolute;
|
||||||
|
top: 340px;
|
||||||
|
width: 100%;
|
||||||
|
right: 15%;
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
#translations .active {
|
||||||
|
text-decoration: none;
|
||||||
|
cursor: default;
|
||||||
|
color: #3a7eff;
|
||||||
|
}
|
||||||
|
|
||||||
#disqus_thread {
|
#disqus_thread {
|
||||||
width: 800px;
|
width: 800px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
Loading…
Reference in New Issue
Block a user