Skip to content

Commit

Permalink
Massive customizer audit and overhaul
Browse files Browse the repository at this point in the history
I probably missed a few things and screwed up a few others, but this
takes the place of much of #9910. I haven't added many variables—that
should be reserved for v3.1—but I have rejiggered the layout, added
missing ones, corrected wrong values, etc.

/cc @cvrebert @juthilo @saas786
  • Loading branch information
mdo committed Sep 12, 2013
1 parent ba818bc commit 291a23a
Show file tree
Hide file tree
Showing 4 changed files with 541 additions and 274 deletions.
13 changes: 11 additions & 2 deletions assets/css/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -1006,22 +1006,31 @@ h1[id] {
.bs-customizer label {
margin-top: 10px;
font-weight: 500;
color: #444;
color: #555;
}
.bs-customizer h2 {
margin-top: 0;
margin-bottom: 5px;
padding-top: 30px;
}
.bs-customizer .bs-docs-section > h4 {
.bs-customizer h3 {
margin-bottom: 0;
}
.bs-customizer h4 {
margin-top: 15px;
margin-bottom: 0;
}
.bs-customizer .bs-callout h4 {
margin-top: 0; /* lame, but due to specificity we have to duplicate */
magin-bottom: 5px;
}
.bs-customizer input[type="text"] {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
background-color: #fafafa;
}
.bs-customizer .help-block {
font-size: 12px;
margin-bottom: 5px;
}

/* For the variables, use regular weight */
Expand Down
2 changes: 1 addition & 1 deletion assets/js/raw-files.js

Large diffs are not rendered by default.

Loading

1 comment on commit 291a23a

@cvrebert
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mdo Would you be, in principle, on board with autogenerating most of the Customizer page?

Please sign in to comment.