Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
b3c04c95
Commit
b3c04c95
authored
Oct 14, 2013
by
Zlatan Vasović
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Nuke trailing zeros
parent
3431f323
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
customize.html
customize.html
+2
-2
less/variables.less
less/variables.less
+2
-2
No files found.
customize.html
View file @
b3c04c95
...
@@ -417,11 +417,11 @@ base_url: "../"
...
@@ -417,11 +417,11 @@ base_url: "../"
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<h4>
Heading font sizes
</h4>
<h4>
Heading font sizes
</h4>
<label>
@font-size-h1
</label>
<label>
@font-size-h1
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"floor(@font-size-base * 2.6
0
)"
data-var=
"@font-size-h1"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"floor(@font-size-base * 2.6)"
data-var=
"@font-size-h1"
>
<label>
@font-size-h2
</label>
<label>
@font-size-h2
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"floor(@font-size-base * 2.15)"
data-var=
"@font-size-h2"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"floor(@font-size-base * 2.15)"
data-var=
"@font-size-h2"
>
<label>
@font-size-h3
</label>
<label>
@font-size-h3
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"ceil(@font-size-base * 1.7
0
)"
data-var=
"@font-size-h3"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"ceil(@font-size-base * 1.7)"
data-var=
"@font-size-h3"
>
<label>
@font-size-h4
</label>
<label>
@font-size-h4
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"ceil(@font-size-base * 1.25)"
data-var=
"@font-size-h4"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"ceil(@font-size-base * 1.25)"
data-var=
"@font-size-h4"
>
<label>
@font-size-h5
</label>
<label>
@font-size-h5
</label>
...
...
less/variables.less
View file @
b3c04c95
...
@@ -48,9 +48,9 @@
...
@@ -48,9 +48,9 @@
@font-size-large: ceil(@font-size-base * 1.25); // ~18px
@font-size-large: ceil(@font-size-base * 1.25); // ~18px
@font-size-small: ceil(@font-size-base * 0.85); // ~12px
@font-size-small: ceil(@font-size-base * 0.85); // ~12px
@font-size-h1: floor(@font-size-base * 2.6
0
); // ~36px
@font-size-h1: floor(@font-size-base * 2.6); // ~36px
@font-size-h2: floor(@font-size-base * 2.15); // ~30px
@font-size-h2: floor(@font-size-base * 2.15); // ~30px
@font-size-h3: ceil(@font-size-base * 1.7
0
); // ~24px
@font-size-h3: ceil(@font-size-base * 1.7); // ~24px
@font-size-h4: ceil(@font-size-base * 1.25); // ~18px
@font-size-h4: ceil(@font-size-base * 1.25); // ~18px
@font-size-h5: @font-size-base;
@font-size-h5: @font-size-base;
@font-size-h6: ceil(@font-size-base * 0.85); // ~12px
@font-size-h6: ceil(@font-size-base * 0.85); // ~12px
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment