diff options
author | Alexander Harkness <bearbin@gmail.com> | 2014-05-27 21:24:04 +0200 |
---|---|---|
committer | Alexander Harkness <bearbin@gmail.com> | 2014-05-27 21:24:04 +0200 |
commit | e06f786f1151e1934890a2555de080b1a6860ec4 (patch) | |
tree | 4a06e02a4acd76a36dc242cd07b0dc7ea3f1c1f1 /MCServer/Plugins/APIDump/main.css | |
parent | Merge pull request #1041 from mc-server/fixes (diff) | |
download | cuberite-e06f786f1151e1934890a2555de080b1a6860ec4.tar cuberite-e06f786f1151e1934890a2555de080b1a6860ec4.tar.gz cuberite-e06f786f1151e1934890a2555de080b1a6860ec4.tar.bz2 cuberite-e06f786f1151e1934890a2555de080b1a6860ec4.tar.lz cuberite-e06f786f1151e1934890a2555de080b1a6860ec4.tar.xz cuberite-e06f786f1151e1934890a2555de080b1a6860ec4.tar.zst cuberite-e06f786f1151e1934890a2555de080b1a6860ec4.zip |
Diffstat (limited to '')
-rw-r--r-- | MCServer/Plugins/APIDump/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MCServer/Plugins/APIDump/main.css b/MCServer/Plugins/APIDump/main.css index 0a779bfb8..8041e0d01 100644 --- a/MCServer/Plugins/APIDump/main.css +++ b/MCServer/Plugins/APIDump/main.css @@ -40,7 +40,7 @@ pre body { min-width: 400px; - max-width: 900px; + max-width: 1200px; width: 95%; margin: 10px auto; background-color: white; |