-
Notifications
You must be signed in to change notification settings - Fork 844
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
Duplicate and broken CSS declarations should be cleaned up #654
Labels
site tools + python code
Infrastructural issues around schema.org site. Most can ignore this!
Comments
danbri
added a commit
that referenced
this issue
Jul 23, 2015
danbri
added a commit
that referenced
this issue
Jul 23, 2015
I've compared this with docs/schemaorg.css manually and noted in comments of latter the few differences. Mostly the docs/ version only had additions.
danbri
added a commit
that referenced
this issue
Jul 23, 2015
grep "\.css" *.html about.html: <link rel="stylesheet" type="text/css" href="schemaorg.css" /> actions.html: <link rel="stylesheet" type="text/css" href="schemaorg.css" /> actions.html: <link href="prettify.css" type="text/css" rel="stylesheet" /> datamodel.html: <link rel="stylesheet" type="text/css" href="schemaorg.css" /> datamodel.html: <link href="prettify.css" type="text/css" rel="stylesheet" /> documentation.html: <link rel="stylesheet" type="text/css" href="schemaorg.css" /> documents.html: <link rel="stylesheet" type="text/css" href="schemaorg.css" /> extension.html: <link rel="stylesheet" type="text/css" href="schemaorg.css" /> faq.html: <link rel="stylesheet" type="text/css" href="schemaorg.css" /> feedback.html: <link rel="stylesheet" type="text/css" href="schemaorg.css" /> gs.html: <link rel="stylesheet" type="text/css" href="schemaorg.css" /> meddocs.html: <link rel="stylesheet" type="text/css" href="schemaorg.css" /> meddocs.html: <link href="prettify.css" type="text/css" rel="stylesheet" /> old_extension.html: <link rel="stylesheet" type="text/css" href="schemaorg.css" /> releases.html: <link rel="stylesheet" type="text/css" href="schemaorg.css" /> releases.html: <link href="prettify.css" type="text/css" rel="stylesheet" /> schemas.html: <link rel="stylesheet" type="text/css" href="/docs/schemaorg.css" /> search_results.html: <link rel="stylesheet" type="text/css" href="schemaorg.css" /> terms.html: <link rel="stylesheet" type="text/css" href="/docs/schemaorg.css" /> For #654
danbri
added a commit
that referenced
this issue
Jul 23, 2015
Merged
Basics are done in this last merge. I can't find any HTML/CSS embedded in Python; templates, static docs and anything else should now be ok. While there are other CSS issues these are tracked in dedicated issues, so closing this one. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
site tools + python code
Infrastructural issues around schema.org site. Most can ignore this!
schemaorg.css
diff docs/schemaorg.css static/search_files/schemaorg.css :(
We should converge towards the one in docs/ after checking nothing got lost.
Also prettify.css is mis-cited in some pages currently; the file is in docs/ not search_files/
The text was updated successfully, but these errors were encountered: