From afe8cc52de848e527799e9fa7b9feba31960e72a Mon Sep 17 00:00:00 2001 From: Abdullah Almsaeed Date: Mon, 31 Mar 2014 05:41:25 -0700 Subject: [PATCH] Updated Component: Box (markdown) --- Component:-Box.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Component:-Box.md b/Component:-Box.md index b8f4912..5ba178e 100644 --- a/Component:-Box.md +++ b/Component:-Box.md @@ -2,7 +2,7 @@ Documentation for the box component and its variants. The box component is used for variety of reasons. Mainly used to hold content of a specific widget. - **Structure:** the box has three main sections. The header, body and footer. Example of usage below. -``` +```css

Title

@@ -27,7 +27,7 @@ The box component is used for variety of reasons. Mainly used to hold content of - `.box-info` Example of usage: - ``` + ```css
@@ -44,7 +44,7 @@ The box component is used for variety of reasons. Mainly used to hold content of ``` To get a fully colored header instead of a top border only, add the `.box-solid` class to the box. Example: - ``` + ```css
@@ -60,7 +60,7 @@ The box component is used for variety of reasons. Mainly used to hold content of
``` A box can be converted to a tile, which is a fully colored widget, by adding any of the available `.bg-*` classes. For example, to get a green box, we add `bg-green` to the box. - ``` + ```css