diff --git a/_includes/header/header-id.html b/_includes/header/header-id.html index a115d6dc5..d30d068fc 100644 --- a/_includes/header/header-id.html +++ b/_includes/header/header-id.html @@ -122,7 +122,7 @@ Contributing to Express
  • - Release Change Log + Release Change Log
  • diff --git a/_includes/header/header-th.html b/_includes/header/header-th.html index 4fda2d046..d105fe6b2 100644 --- a/_includes/header/header-th.html +++ b/_includes/header/header-th.html @@ -113,7 +113,7 @@ มีส่วนร่วมกับ Express
  • - บันทึกการเปลี่ยนแปลง + บันทึกการเปลี่ยนแปลง
  • diff --git a/css/id.css b/css/id.css new file mode 100644 index 000000000..de3b294bc --- /dev/null +++ b/css/id.css @@ -0,0 +1,17 @@ +/* + Copyright (c) 2016 StrongLoop, IBM, and Express Contributors + License: MIT +*/ +/* For image callouts in writing-middleware.md */ + +#callout1 {top: 40px; } + +#callout2 {top: 60px;} + +#callout3 {top: 75px;} + +#callout4 {top: 145px;} + +#callout5 {top: 150px;} + +#callout6 {top: 160px;} \ No newline at end of file diff --git a/css/uz.css b/css/uz.css new file mode 100644 index 000000000..1b920cecd --- /dev/null +++ b/css/uz.css @@ -0,0 +1,17 @@ +/* + Copyright (c) 2016 StrongLoop, IBM, and Express Contributors + License: MIT +*/ +/* For image callouts in writing-middleware.md */ + +#callout1 {top: 40px; } + +#callout2 {top: 60px;} + +#callout3 {top: 75px;} + +#callout4 {top: 145px;} + +#callout5 {top: 170px;} + +#callout6 {top: 195px;}