Skip to content
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

Theme: used local Bootstrap CSS #923

Merged
merged 1 commit into from Jul 2, 2017
Merged

Theme: used local Bootstrap CSS #923

merged 1 commit into from Jul 2, 2017

Conversation

vlastavesely
Copy link
Contributor

From time to time, I am working offline. Using remote CSS is a pain when no connection is available or when I would like to avoid mobile data depleting. :)

Also, it should be quicker. With the remote version it was changing the layout when remote CSS was downloaded and parsed.

The CSS I removed was not used. It looks like some old version that was so different from the bootstrap.min.css.

@@ -6,8 +6,7 @@
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">

{* Bootstrap 3 CDN *}
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="resources/bootstrap.min.css">
Copy link
Contributor

Choose a reason for hiding this comment

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

Could you mention version and link here in comments? Just to store the version.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added. The version number is also inside CSS itself.

Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks!
I'm aware of that, it's just more clear and accessible right above the file inclusion.

@TomasVotruba
Copy link
Contributor

Thank you!

@TomasVotruba TomasVotruba merged commit 479b9ea into ApiGen:master Jul 2, 2017
@vlastavesely vlastavesely deleted the bootstrap branch July 2, 2017 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants