X-Git-Url: https://git.wh0rd.org/?p=nano-editor.git;a=blobdiff_plain;f=style-dark.css;h=6e621b55b244ccb2bb17a4433fe2abfe769abe51;hp=fe37b06052fbba8e6d77fe660c85017d4bdb1206;hb=98ba3ec96fda827996f3b624b5705697c5376647;hpb=fdfcd9bc6ed3799f7bc733ce79a90abb59a12172 diff --git a/style-dark.css b/style-dark.css index fe37b06..6e621b5 100644 --- a/style-dark.css +++ b/style-dark.css @@ -24,3 +24,13 @@ a:active { .inverted a { color: white; } + +* { + box-sizing: border-box; +} + +.onecolumn { + float: left; + width: 45%; + padding: 5%; +}