git.wh0rd.org
/
nano-editor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
adjust a link for a README that was renamed
[nano-editor.git]
/
style-dark.css
diff --git
a/style-dark.css
b/style-dark.css
index fe37b06052fbba8e6d77fe660c85017d4bdb1206..6e621b55b244ccb2bb17a4433fe2abfe769abe51 100644
(file)
--- 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%;
+}