summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorodanoburu <bcclaro@gmail.com>2018-06-20 12:33:05 -0300
committerodanoburu <bcclaro@gmail.com>2018-06-20 12:33:05 -0300
commitf0672679535e59c53ed68729bbb5a201ce507b02 (patch)
tree839216d85c207fc4d8fc0565466899ff4a41d5b1 /css
parent8b05ed9469a970590e1b11cc4e83320d8b94e846 (diff)
parent427f8d84788fc3757fb4dacda931c878bf253fa1 (diff)
Merge remote-tracking branch 'upstream/master' into por
Diffstat (limited to 'css')
-rw-r--r--css/oldstyle.css43
-rw-r--r--css/style0.css6
2 files changed, 4 insertions, 45 deletions
diff --git a/css/oldstyle.css b/css/oldstyle.css
deleted file mode 100644
index fcc422975..000000000
--- a/css/oldstyle.css
+++ /dev/null
@@ -1,43 +0,0 @@
-
-/* Found it at http://article.olduse.net/771@mit-eddie.UUCP */
-@font-face {
- font-family: GlassTTYVT220;
- src: local("Glass TTY VT220"), local("Glass TTY VT220 Medium"), url(/font/Glass_TTY_VT220.ttf) format("truetype");
-}
-
-body {
- font-size: 20px;
- font-family: GlassTTYVT220;
- color: #e5b800;
- background-color: #0a0600;
-}
-
-h1,h2,h3,h4 { font-size: 20px; }
-
-img.logo, img.grow { display: none; }
-
-a { color: #ecc800; }
-a:hover { color: #fcd800; }
-
-div.links {
- display: inline-block;
- vertical-align: top;
- margin-right: 1em;
-}
-
-table.news td {
- background: inherit;
- border: 0;
- vertical-align: baseline;
- padding: 0.25ex 0.5ex;
-}
-
-table.news td:nth-child(1) {
- /* Don't want the hyphens in dates (2012-06-29) to cause line breaks */
- white-space: nowrap;
-}
-
-ol.languages {
- column-width: 12em;
- -moz-column-width: 12em;
-}
diff --git a/css/style0.css b/css/style0.css
index 6e5500a17..3c53c5378 100644
--- a/css/style0.css
+++ b/css/style0.css
@@ -17,8 +17,10 @@ h1 img.nofloat { float: none; }
img.right { float: right; }
ol.languages {
- column-width: 12em;
- -moz-column-width: 12em;
+ display: flex;
+ flex-direction: column;
+ flex-wrap: wrap;
+ height: 12em;
}
.grow {