aboutsummaryrefslogtreecommitdiffstats
path: root/g/fa/docs/assets/less/tw-bs-201/scaffolding.less
diff options
context:
space:
mode:
Diffstat (limited to 'g/fa/docs/assets/less/tw-bs-201/scaffolding.less')
-rwxr-xr-xg/fa/docs/assets/less/tw-bs-201/scaffolding.less29
1 files changed, 0 insertions, 29 deletions
diff --git a/g/fa/docs/assets/less/tw-bs-201/scaffolding.less b/g/fa/docs/assets/less/tw-bs-201/scaffolding.less
deleted file mode 100755
index 47ce53818..000000000
--- a/g/fa/docs/assets/less/tw-bs-201/scaffolding.less
+++ /dev/null
@@ -1,29 +0,0 @@
-// Scaffolding
-// Basic and global styles for generating a grid system, structural layout, and page templates
-// -------------------------------------------------------------------------------------------
-
-
-// STRUCTURAL LAYOUT
-// -----------------
-
-body {
- margin: 0;
- font-family: @baseFontFamily;
- font-size: @baseFontSize;
- line-height: @baseLineHeight;
- color: @textColor;
- background-color: @white;
-}
-
-
-// LINKS
-// -----
-
-a {
- color: @linkColor;
- text-decoration: none;
-}
-a:hover {
- color: @linkColorHover;
- text-decoration: underline;
-}