-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Less version of bootstrap + Bug FIx: top bar on small screen #2
base: master
Are you sure you want to change the base?
Conversation
…css is now stylus. This is due to buildr and lesscss causing problems
Just removed the final "e" from "lange" instead of "lang" in the html tag.
Update src/layouts/default.html.eco Thank you !
Current implementation only grabs direct children of the `posts` directory which breaks when you add sub-folders. Updated implementation to avoid this problem and so behaviour matches comment directly above...
…press 3. Add syntax highlighting with Prettify. Upgrade Twitter Bootstrap to latest. Add `related` plugin.
Changed the "posts" collection query to search for a tag and allow for subdirectories
Syntax error crept in: extra close brace.
Syntax error in docpad.coffee
|
||
@media (max-width: 980px) | ||
body | ||
padding-top 0px |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this prevent the top bar to slide down leaving blank space on his top
…ms not to work (now there is a work around, but the final css is not minified, only concatenated)
"dest": "out/styles/all.css" | ||
} | ||
}, | ||
"cssmin": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this task seems not to be executed
You should have received an invite to join the DocPad Extras Team, which will give you write access to this repository, so you can merge in the PR. I am too preoccupied to review it. For an orientation, or if you need any assistance following the semi-automatic release process from |
margin fixed to avoid the top bar to slide down leaving a blank space at his top when the window is small
I've also made a major change: by default use the less version of bootstrap in order to change in realtime variables.less
P.S. maybe i had to divide these commits in 2 branches because the bugfix is just a minor fix, while the less version of bootstrap is a big difference and maybe there are some serious reasons if you decided not to use it.
I'm sorry but i'm new to pull requests and i didn't know that new changes i made to a branch are also added to the open pull requests.