mirror of
https://github.com/idapython/src
synced 2026-06-08 14:47:00 +00:00
28 lines
266 B
CSS
28 lines
266 B
CSS
|
|
body
|
|
{
|
|
margin: 3%;
|
|
}
|
|
|
|
.exp-col
|
|
{
|
|
cursor: pointer;
|
|
padding: 0 4px 0 6px;
|
|
}
|
|
|
|
.collapsed-entry .details
|
|
{
|
|
display: none;
|
|
}
|
|
|
|
.example-entry .details
|
|
{
|
|
margin-left: 3%;
|
|
padding: 6px;
|
|
background-color: #eef;
|
|
}
|
|
|
|
a
|
|
{
|
|
text-decoration: none;
|
|
} |