mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 12:49:01 +02:00
62 lines
605 B
CSS
62 lines
605 B
CSS
.top-padded {
|
|
padding-top: 65px;
|
|
}
|
|
|
|
textarea {
|
|
width:98%;
|
|
}
|
|
|
|
.rollie {
|
|
|
|
visibility:hidden;
|
|
}
|
|
|
|
.showRollie:hover .rollie{
|
|
|
|
visibility:visible;
|
|
}
|
|
|
|
.back-button {
|
|
|
|
margin-right:2em;
|
|
|
|
}
|
|
|
|
.label a {
|
|
|
|
color:white;
|
|
}
|
|
|
|
.footer {
|
|
text-align: center;
|
|
}
|
|
|
|
.description {
|
|
margin-bottom: 2em;
|
|
}
|
|
|
|
.description p {
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
.description ul {
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
.description li {
|
|
margin-bottom: 0.5em;
|
|
}
|
|
|
|
.dependency-well {
|
|
padding-top: 4px;
|
|
}
|
|
|
|
h1 .btn {
|
|
font-weight: normal;
|
|
}
|
|
|
|
.scrolling {
|
|
height: auto;
|
|
max-height: 120px;
|
|
overflow: auto;
|
|
} |