diff options
author | Devine Lu Linvega <[email protected]> | 2018-02-15 21:24:58 +1300 |
---|---|---|
committer | Devine Lu Linvega <[email protected]> | 2018-02-15 21:24:58 +1300 |
commit | 06b0276d529d09d0fd592432b4bbb89903ca11e6 (patch) | |
tree | dcf865af1399bed7d9566bed33926d289a235927 /desktop/sources/links | |
parent | ed15039aae4e79411705691a569d95194b12501b (diff) | |
download | Orca-06b0276d529d09d0fd592432b4bbb89903ca11e6.tar.gz Orca-06b0276d529d09d0fd592432b4bbb89903ca11e6.zip |
Implemented chain
Diffstat (limited to 'desktop/sources/links')
-rw-r--r-- | desktop/sources/links/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/sources/links/main.css b/desktop/sources/links/main.css index d37aa97..c261a79 100644 --- a/desktop/sources/links/main.css +++ b/desktop/sources/links/main.css @@ -1,4 +1,4 @@ body { background:black; color:white; font-family: 'input_mono_regular'; padding:30px; overflow: hidden; } -grid { display: block;white-space: pre;font-size: 11px;line-height: 10px; text-transform: uppercase; } +grid { display: block;white-space: pre;font-size: 11px;line-height: 10px; text-transform: uppercase; width:300px; margin:30px auto; } grid c { background:#fff; color:#000; } grid l { background:#f00; color:#000; }
\ No newline at end of file |