~caneypuggies/reformedchurcheslocator/couchapp-backbone

« back to all changes in this revision

Viewing changes to _attachments/js/vendor/backgrid/assets/css/doc.css

  • Committer: Tim Black
  • Date: 2013-09-16 22:50:16 UTC
  • Revision ID: tim@alwaysreformed.com-20130916225016-zk8jiba25z33ew7h
Versioned Bower vendor directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#social-media {
 
2
  padding: 10px 0;
 
3
}
 
4
 
 
5
#social-media .g-plusone {
 
6
  display: inline-block;
 
7
}
 
8
 
 
9
#social-media * {
 
10
  vertical-align: middle !important;
 
11
}
 
12
 
 
13
#social-media > a {
 
14
  padding: 0;
 
15
  margin: 0;
 
16
  display: inline-block;
 
17
}
 
18
 
 
19
.page-header {
 
20
  margin: 30px 0;
 
21
}
 
22
 
 
23
h1,h2,h3,h4,h5,h6,.brand {
 
24
  font-family: 'Hoefler Text', Baskerville, Times, Georgia, 'Times New Roman', serif;
 
25
  font-weight: normal;
 
26
}
 
27
 
 
28
.note {
 
29
  color: #777;
 
30
  font-style: italic;
 
31
  font-family: Baskerville, serif;
 
32
  font-size: 15px;
 
33
}
 
34
 
 
35
.note h1,
 
36
.note h2,
 
37
.note h3,
 
38
.note h4,
 
39
.note h5,
 
40
.note h6 {
 
41
  font-size: 15px;
 
42
  margin: 20px 0 0;
 
43
}
 
44
 
 
45
.hero-unit h1 {
 
46
  margin-top: 30px;
 
47
  margin-bottom: 30px;
 
48
}
 
49
 
 
50
.backgrid-container {
 
51
  margin-bottom: 20px;
 
52
}
 
53
 
 
54
#example-2-result {
 
55
  height: 592px;
 
56
}
 
57
 
 
58
#example-4-result .backgrid {
 
59
  table-layout: fixed;
 
60
}
 
61
 
 
62
.CodeMirror {
 
63
  border: 1px solid #ddd;
 
64
  -webkit-border-radius: 4px;
 
65
  -moz-border-radius: 4px;
 
66
  border-radius: 4px;
 
67
  background-color: #eaeaea;
 
68
  margin-bottom: 10px;
 
69
}
 
70
 
 
71
.CodeMirror-scroll {
 
72
  height: auto;
 
73
  overflow-y: hidden;
 
74
}
 
75
 
 
76
@media (max-width: 767px) {
 
77
 
 
78
  .navbar.navbar-fixed-top {
 
79
    margin-left: 0;
 
80
    margin-right: 0;
 
81
  }
 
82
 
 
83
  .hero-unit h1 {
 
84
    font-size: 48px;
 
85
    margin-top: 0;
 
86
    margin-bottom: 20px;
 
87
  }
 
88
}
 
89
 
 
90
@media (max-width: 479px) {
 
91
  .hero-unit {
 
92
    padding: 10px;
 
93
  }
 
94
}
 
95
 
 
96
/* Temp fix for https://github.com/twitter/bootstrap/issues/4550 */
 
97
@media (max-width: 980px) {
 
98
  .dropdown ul.dropdown-menu {
 
99
    display: block;
 
100
  }
 
101
}
 
 
b'\\ No newline at end of file'