Use tables for problem list
[gruntmaster-page.git] / css / custom.css
CommitLineData
05ebc75e 1h1#title{
7dc32473
MG
2 font-weight: bold;
3 text-align: center;
05ebc75e 4 font-size: 3em !important;
7dc32473
MG
5}
6
7dc32473
MG
7footer{
8 width: 60em;
9 margin: auto;
10 margin-top: 6em;
11 white-space: pre-wrap;
12 color: #777;
13}
14
15#logo {
16 margin: 5em auto 2em;
17 display: block;
18}
19
20h1 {
21 font-size: 2em !important;
22}
23
24.txtstuff {
25 overflow: hidden;
26}
27
28.hiddendiv {
29 display: none;
30 white-space: pre-wrap;
31 word-wrap: break-word;
32 overflow-wrap: break-word; /* future version of deprecated 'word-wrap' */
33}
34
35a.thumbnail {
36 border: none !important;
37}
38
39div.container-fluid {
40 padding: 0 15px;
a94f8453
MG
41}
42
f34254b8 43.list-group-item, .form-control {
a94f8453
MG
44 max-width: 30em;
45}
52f5c679
MG
46
47div#result{
48 text-align: center;
f5f2104e
MG
49}
50
51a.dropdown-toggle{
52 cursor: pointer;
53}
5d64ec4a
MG
54
55.table-fixed{
56 table-layout: fixed;
57}
This page took 0.013927 seconds and 4 git commands to generate.