-
Notifications
You must be signed in to change notification settings - Fork 8
Fixes #2 – Replaces lemonade.css with bootstrap v4
#22
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
Conversation
Now in the downloads section the latest version is show.
Latest version
Display the latest released version (cmderdev#21)
lemonade.css with bootstrap v4lemonade.css with bootstrap v4
git-for-windows link
Updates branch
|
@DRSDavidSoft try with DRSDavidSoft#5 |
update ruby version
|
@Stanzilla Thanks, seems to have fixed the CI problem! EDIT: Oh no, it still has the error: |
|
I don't even understand why it wants to curl that... |
|
Line 4 in 450274d
The |
disable external sites checking for htmlproofer
|
try DRSDavidSoft#6 |
Update cibuild
|
@Stanzilla Hm, this seems to do it. I'm also merging your commits into my Also, have a look at this if you're interested: (git clone it first)
|
Fix cibuild flags
|
Hah, that's neat, what are your plans for it? |
|
@Stanzilla I have explained it here: DRSDavidSoft#12 (comment) |
thanks @Stanzilla
merged nit commits from release-pr into rewrite, thanks @Stanzilla
nits fixed
* Delete cmder.ico * Delete cmder-web.html * Delete bg.jpg * Delete font.css * Delete marlett.eot * Delete marlett.svg * Delete marlett.ttf * Delete marlett.woff * Delete marlett.woff2
Ready to mergePlease squash and merge to avoid multiple commits. Awaiting your response |
|
Looks good! 👌 I don't have permissions on the repo so gotta wait for the other guys :) |
remove space on mobile
edit col on mobile
|
LGTM 👍 |
I'm working on a rewrite of the Cmder.net website, which fixes some unreadability mentioned in #15 and adds some Javascript for a better user experience.
Responsiveness
This patch replaces the lemonade.css (a simple grid system) with more robust bootstrap. Since the bootstrap v4.0 by default uses flexboxes instead of manual widths, the content will be shown on mobile beautifully:
This essentially fixes #15.