more css shifting
This commit is contained in:
parent
04e460c8f8
commit
38605eefdd
12
view/css/bootstrap-red.css
vendored
12
view/css/bootstrap-red.css
vendored
@ -1,17 +1,5 @@
|
|||||||
/* override some bootstrap settings */
|
/* override some bootstrap settings */
|
||||||
|
|
||||||
h1, h2 {
|
|
||||||
font-size: 1.583em;
|
|
||||||
}
|
|
||||||
|
|
||||||
h3, h4 {
|
|
||||||
font-size: 1.334em;
|
|
||||||
}
|
|
||||||
|
|
||||||
h5, h6 {
|
|
||||||
font-size: 0.75rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* nav overrides */
|
/* nav overrides */
|
||||||
|
|
||||||
nav .badge {
|
nav .badge {
|
||||||
|
@ -111,10 +111,6 @@
|
|||||||
font-size: 1.319em;
|
font-size: 1.319em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wall-item-title {
|
|
||||||
font-size: $font_size;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wall-item-title h3, .wall-item-content h3, .wall-item-content h4 {
|
.wall-item-title h3, .wall-item-content h3, .wall-item-content h4 {
|
||||||
font-size: 1.112em;
|
font-size: 1.112em;
|
||||||
}
|
}
|
||||||
|
@ -23,6 +23,19 @@ body {
|
|||||||
margin: 0px;
|
margin: 0px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1, h2 {
|
||||||
|
font-size: 1.583em;
|
||||||
|
}
|
||||||
|
|
||||||
|
h3, h4 {
|
||||||
|
font-size: 1.334em;
|
||||||
|
}
|
||||||
|
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 0.75rem;
|
||||||
|
}
|
||||||
|
|
||||||
.jslider {
|
.jslider {
|
||||||
font-family: arial,freesans,sans-serif;
|
font-family: arial,freesans,sans-serif;
|
||||||
}
|
}
|
||||||
@ -1966,6 +1979,10 @@ img.mail-list-sender-photo {
|
|||||||
|
|
||||||
/* conversation */
|
/* conversation */
|
||||||
|
|
||||||
|
.wall-item-title {
|
||||||
|
font-size: $font_size;
|
||||||
|
}
|
||||||
|
|
||||||
.hide-comments-outer,
|
.hide-comments-outer,
|
||||||
.thread-wrapper .wall-item-comment-wrapper,
|
.thread-wrapper .wall-item-comment-wrapper,
|
||||||
.wall-item-content-wrapper.comment {
|
.wall-item-content-wrapper.comment {
|
||||||
|
Reference in New Issue
Block a user