]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Some more tweaks to make everything look nice
authorskullY <skullydazed@gmail.com>
Tue, 8 May 2018 06:37:21 +0000 (23:37 -0700)
committerskullydazed <skullydazed@users.noreply.github.com>
Tue, 8 May 2018 06:42:41 +0000 (23:42 -0700)
docs/_sidebar.md
docs/index.html
docs/newbs_getting_started.md
docs/qmk.css

index 318c526a8540e8027be3f32507c75e730a8afd34..00aeb80577768e2127c2e6a0ebe42f44c8fc8b75 100644 (file)
@@ -43,7 +43,8 @@
   * [Pointing Device](feature_pointing_device.md)
   * [PS/2 Mouse](feature_ps2_mouse.md)
   * [RGB Lighting](feature_rgblight.md)
   * [Pointing Device](feature_pointing_device.md)
   * [PS/2 Mouse](feature_ps2_mouse.md)
   * [RGB Lighting](feature_rgblight.md)
-  * [Space Cadet](feature_space_cadet.md)
+  * [Space Cadet Shift](feature_space_cadet.md)
+  * [Space Cadet Shift Enter](feature_space_shift_cadet.md)
   * [Stenography](feature_stenography.md)
   * [Swap Hands](feature_swap_hands.md)
   * [Tap Dance](feature_tap_dance.md)
   * [Stenography](feature_stenography.md)
   * [Swap Hands](feature_swap_hands.md)
   * [Tap Dance](feature_tap_dance.md)
index 7955e47c29218f5ba048b5bc66c1dc3f670ae1a0..9fddda840d7990b75385302f81f453b7722987e1 100644 (file)
@@ -16,7 +16,6 @@
       nameLink: 'https://qmk.fm/',
       repo: 'qmk/qmk_firmware',
       loadSidebar: true,
       nameLink: 'https://qmk.fm/',
       repo: 'qmk/qmk_firmware',
       loadSidebar: true,
-      subMaxLevel: 2,
       auto2top: true,
       formatUpdated: '{YYYY}/{MM}/{DD} {HH}:{mm}',
     }
       auto2top: true,
       formatUpdated: '{YYYY}/{MM}/{DD} {HH}:{mm}',
     }
index 8ada417eacb9d15abc4241777d0917488d824730..162d7066b529e98d33bdab3bb5d6201afdc716b0 100644 (file)
@@ -27,10 +27,9 @@ QMK Toolbox is a Windows and macOS program that allows you to both program and d
 
 We've tried to make QMK as easy to setup as possible. You only have to prepare your Linux or Unix environment and let QMK install the rest.
 
 
 We've tried to make QMK as easy to setup as possible. You only have to prepare your Linux or Unix environment and let QMK install the rest.
 
-?> If you haven't worked with the Linux/Unix command line before there are a few basic concepts and commands you should learn. These resources will teach you enough to work with QMK:
-
-?> * [Must Know Linux Commands](https://www.guru99.com/must-know-linux-commands.html)
-?> * [Some Basic Unix Commands](https://www.tjhsst.edu/~dhyatt/superap/unixcmd.html)
+?> If you haven't worked with the Linux/Unix command line before there are a few basic concepts and commands you should learn. These resources will teach you enough to work with QMK:<br>
+[Must Know Linux Commands](https://www.guru99.com/must-know-linux-commands.html)<br>
+[Some Basic Unix Commands](https://www.tjhsst.edu/~dhyatt/superap/unixcmd.html)
 
 ### Windows
 
 
 ### Windows
 
index 591dd291aefa8bf0a19f7c32731f6f8cf8265ece..543cd7f28d4ddbacc5259d17fb5fc5522437030f 100644 (file)
@@ -357,10 +357,10 @@ body.sticky .sidebar-toggle {
   border-top: 1px solid #ccc;
 }
 .markdown-section tr:nth-child(2n) {
   border-top: 1px solid #ccc;
 }
 .markdown-section tr:nth-child(2n) {
-  background-color: #f8f8f8;
+  background-color: #555555;
 }
 .markdown-section p.tip {
 }
 .markdown-section p.tip {
-  background-color: #f8f8f8;
+  background-color: #555555;
   border-bottom-right-radius: 2px;
   border-left: 4px solid #f66;
   border-top-right-radius: 2px;
   border-bottom-right-radius: 2px;
   border-left: 4px solid #f66;
   border-top-right-radius: 2px;