Broken project to implement a cross-protocol browser in textual
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
#toolbar {
layout: grid;
grid-size: 5 1;
grid-columns: 4 4 4 4 1fr;
grid-gutter: 1;
height: 3;
dock: top;
}
.header {
content-align: center middle;
}
.h1.header {
border:double white;
text-style: bold;
}
.h2.header {
border-bottom: solid white;
text-style: bold;
}
.h3.header {
}
|