aboutsummaryrefslogtreecommitdiffstats
path: root/g/fa/docs/assets/less/tw-bs-201/scaffolding.less
diff options
context:
space:
mode:
authorMarek Laane <bald@smail.ee>2014-10-12 10:54:11 +0300
committerMarek Laane <bald@smail.ee>2014-10-12 10:54:11 +0300
commita0b2d09125d7911656fe4cb286f20643c4432281 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /g/fa/docs/assets/less/tw-bs-201/scaffolding.less
parente32d8242187534c387106ff344201c42ff6afb44 (diff)
downloadwww-a0b2d09125d7911656fe4cb286f20643c4432281.tar
www-a0b2d09125d7911656fe4cb286f20643c4432281.tar.gz
www-a0b2d09125d7911656fe4cb286f20643c4432281.tar.bz2
www-a0b2d09125d7911656fe4cb286f20643c4432281.tar.xz
www-a0b2d09125d7911656fe4cb286f20643c4432281.zip
Updated Estonian translation
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;
-}