projects
/
ryf-theme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
da97cbb
)
reorganized some css
author
Andrew Engelbrecht
<andrew@fsf.org>
Fri, 2 Aug 2019 19:53:59 +0000
(15:53 -0400)
committer
Andrew Engelbrecht
<andrew@fsf.org>
Fri, 2 Aug 2019 19:53:59 +0000
(15:53 -0400)
css/style.css
patch
|
blob
|
blame
|
history
diff --git
a/css/style.css
b/css/style.css
index ad459c81a42ead8a8948e736c12cd6f05198e640..d88b51be932765c82c34f9c0520c98b0cb295803 100644
(file)
--- a/
css/style.css
+++ b/
css/style.css
@@
-7,6
+7,26
@@
body { margin: 0; min-width: 320px; }
a { transition: 0.3s; }
a { transition: 0.3s; }
+
+/* etcetera */
+
+
+.feed-icons,
+.more-link {
+ margin-top: 15px;
+ clear: both;
+}
+.more-link {
+ font-weight: bold;
+}
+
+.block-views {
+ margin-top: 20px;
+}
+
+/* Navbar */
+
+
.navbar-default {
background: #000;
color: #FFF;
.navbar-default {
background: #000;
color: #FFF;
@@
-67,10
+87,6
@@
a { transition: 0.3s; }
float: right;
}
float: right;
}
-.block-views {
- margin-top: 20px;
-}
-
@media screen and (min-width: 520px) and (max-width: 599px) {
.logo img { margin-left: 50px; }
#block-ryf-main-menu .navbar-nav { margin-left: 230px; }
@media screen and (min-width: 520px) and (max-width: 599px) {
.logo img { margin-left: 50px; }
#block-ryf-main-menu .navbar-nav { margin-left: 230px; }
@@
-193,15
+209,6
@@
a { transition: 0.3s; }
text-align: right;
}
text-align: right;
}
-.feed-icons,
-.more-link {
- margin-top: 15px;
- clear: both;
-}
-.more-link {
- font-weight: bold;
-}
-
@media screen and (min-width: 450px) and (max-width: 659px) {
.ryf-list-row {
max-width: 600px;
@media screen and (min-width: 450px) and (max-width: 659px) {
.ryf-list-row {
max-width: 600px;