]> git.wh0rd.org - nano-editor.git/blobdiff - style-light.css
add a page that shows badges from Repology for fourteen distros
[nano-editor.git] / style-light.css
index 3a93df5c60435c76e5cbc224ba8d329c9d3a8a5a..7af7eb278c8ce8b1837565ee45052988332312c5 100644 (file)
@@ -24,3 +24,13 @@ a:active {
 .inverted a {
        color: white;
 }
+
+* {
+       box-sizing: border-box;
+}
+
+.onecolumn {
+       float: left;
+       width: 45%;
+       padding: 5%;
+}