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