From 1c7d346767854eb11f723e100dbdce0b60d21e16 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 19 Feb 2012 16:40:41 -0800 Subject: [PATCH] quick edit to new global styles section --- docs/assets/bootstrap.zip | Bin 53378 -> 53378 bytes docs/scaffolding.html | 2 +- docs/templates/pages/scaffolding.mustache | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index e5727e7224a6c2e236d5967c447c5053c6591b41..df0a3624a1067e4bc4f47ecd4e975bec0e8a0c07 100644 GIT binary patch delta 455 zc-m`P$lSD$nJ2)TnT3l11o&Df@+c}-PjmFI1>({QZU#n{uZ#=~EFwTj6lDRbY&BqI zlkC7b<^&2%e!=Mo71^xM)xi!D+9_xR7OI}M`J><;Ly*vWXEUg( z$sYxUH`}=|>w`=SkeM7`%*j@bY{lg6VrQ@jQ2UkQN&%3Ne~T?lXi`fxScreB3aZm4 zhfOtrifrzgs-wun-#U5MHWRj5h~vI&`z``f_4c$rQ}wjT>(7dFz#}{+5DIu%?YVR&~hH1Z2Tqyt&@^7()2~BFL z766&ZKUD?QX_LdI8o*rAGgU_sB(!Ur37ZN;=*zb6A|RvQp4Mjqx?=rVaSoU-C)=Je zW>N-;$$~UZJmZbT`+LS8#slikJ?j9`4VF81)&(L5Gs_iZmds@TbK)>nK#}%yfk?cc d=e#lOPd#shWaEzWc1S$&3r
-

Links styled globally

+

Typography and links

Within the scaffolding.less file, we set basic global display, typography, and link styles. Specifically, we:

  • Remove margin on the body
  • diff --git a/docs/templates/pages/scaffolding.mustache b/docs/templates/pages/scaffolding.mustache index d9c84e4e9b..bc4953b24d 100644 --- a/docs/templates/pages/scaffolding.mustache +++ b/docs/templates/pages/scaffolding.mustache @@ -36,7 +36,7 @@
-

{{_i}}Links styled globally{{/i}}

+

{{_i}}Typography and links{{/i}}

{{_i}}Within the scaffolding.less file, we set basic global display, typography, and link styles. Specifically, we:{{/i}}

  • {{_i}}Remove margin on the body{{/i}}
  • -- 2.47.3