15404b3835
- do not call goal expansion on meta-calls (that is done by undef). - docs updates - fix init code
10 lines
208 B
CSS
10 lines
208 B
CSS
body { padding-top: 100px; }
|
|
|
|
/* set a max-width for horizontal fluid layout and make it centered */
|
|
.container-fluid {
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
max-width: 1600px; /* or 950px */
|
|
}
|
|
|