aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-09-26 12:29:07 +0200
committermarijus <mario@mariovavti.com>2014-09-26 12:29:07 +0200
commitb948ab595592e4a43f684a49dc681a755f8c8673 (patch)
treec3f7413eff7458bc7d311519754ba416525276ba /view/css
parent1e7fbac6c1a26e6ae5be18ce3e5332f222bc2977 (diff)
downloadvolse-hubzilla-b948ab595592e4a43f684a49dc681a755f8c8673.tar.gz
volse-hubzilla-b948ab595592e4a43f684a49dc681a755f8c8673.tar.bz2
volse-hubzilla-b948ab595592e4a43f684a49dc681a755f8c8673.zip
some more work on photos - work in progress
Diffstat (limited to 'view/css')
-rw-r--r--view/css/bootstrap-red.css39
-rw-r--r--view/css/widgets.css1
2 files changed, 17 insertions, 23 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css
index a382a42b3..5a7b82f50 100644
--- a/view/css/bootstrap-red.css
+++ b/view/css/bootstrap-red.css
@@ -1,37 +1,27 @@
/* override some bootstrap settings */
-html {
- font-size: 100%;
+h1, h2 {
+ font-size: 1.583em;
}
-h1,
-.h1 {
- font-size: 24px;
+h3, h4 {
+ font-size: 1.334em;
}
-h2,
-.h2 {
- font-size: 18px;
+h5, h6 {
+ font-size: 0.75rem;
}
-h3,
-.h3 {
- font-size: 16px;
+.wall-item-content h1, .wall-item-content h2 {
+ font-size: 1.319em;
}
-h4,
-.h4 {
- font-size: 14px;
+.wall-item-title {
+ font-size: $font_size;
}
-h5,
-.h5 {
- font-size: 12px;
-}
-
-h6,
-.h6 {
- font-size: 10px;
+.wall-item-title h3, .wall-item-content h3, .wall-item-content h4 {
+ font-size: 1.112em;
}
/* nav overrides */
@@ -96,3 +86,8 @@ nav .navbar-collapse .navbar-right {
code {
white-space: normal;
}
+
+
+blockquote {
+ font-size: 1em;
+}
diff --git a/view/css/widgets.css b/view/css/widgets.css
index 8bf5a9e97..bcd52cfee 100644
--- a/view/css/widgets.css
+++ b/view/css/widgets.css
@@ -9,7 +9,6 @@
.widget h3 {
margin-left: -10px;
margin-top: 0px;
- margin-bottom: 10px;
}
/* suggest */