Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndn-atmos
/
3c17d5fb89c10c765d091914fd2e68d8c5ed9614
/
.
/
client
/
query
/
query2.css
blob: 3818f8b169c0230fe0a862c4f830865b081c4359 [
file
] [
log
] [
blame
]
Tyler Scott
3c17d5f
2015-06-23 17:49:29 -0600
[
diff
] [
blame^
]
1
html
,
body
{
2
width
:
100%
;
3
height
:
100%
;
4
margin
:
0
;
5
}
6
7
.
full-width
{
8
width
:
100%
;
9
}
10
11
.
sidebar
{
12
height
:
100%
;
13
max-height
:
100%
;
14
overflow
:
auto
;
15
}