summaryrefslogtreecommitdiff
path: root/static/styles.css
blob: c7d09c01d3e3bfa60e4cf9c9492cf93f31afd240 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.algorithm {
    border: 1px dotted grey;
    display: inline-block;
    padding: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.algorithm-code {
    margin-top: -2px;
    padding-left: 20px;
}