This repository has been archived by the owner on Feb 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Conflicts: # mammooc-rating-widget.html
- Loading branch information
Showing
21 changed files
with
4,570 additions
and
1,337 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,43 @@ | ||
<!doctype html> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<script src="../../webcomponentsjs/webcomponents-lite.min.js"></script> | ||
<link rel="import" href="../../paper-styles/demo-pages.html"> | ||
<style> | ||
a { | ||
display: block; | ||
margin-bottom: 10px; | ||
} | ||
<script src="../../webcomponentsjs/webcomponents-loader.js"></script> | ||
<link rel="import" href="../../polymer/polymer-element.html"> | ||
<link rel="import" href="../../iron-demo-helpers/demo-snippet.html"> | ||
<link rel="import" href="../../iron-demo-helpers/demo-pages-shared-styles.html"> | ||
<custom-style> | ||
<style include="demo-pages-shared-styles"> | ||
.vertical-section-container { | ||
max-width: 500px; | ||
} | ||
</style> | ||
</custom-style> | ||
|
||
li { | ||
list-style: none; | ||
} | ||
</style> | ||
</head> | ||
<body unresolved> | ||
<style> | ||
a { | ||
display: block; | ||
margin-bottom: 10px; | ||
} | ||
|
||
<div class="horizontal-section-container"> | ||
li { | ||
list-style: none; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<div class="horizontal-section-container"> | ||
<div> | ||
<h4>mammooc-rating-widget demos</h4> | ||
<ul class="horizontal-section"> | ||
<li><a href="default.html">The default element</a></li> | ||
<li><a href="withoutform.html">Without the form</a></li> | ||
<li><a href="onlyoverall.html">Only overall rating</a></li> | ||
<li><a href="customstyling.html">Custom styling</a></li> | ||
<li><a href="localized.html">Localized</a></li> | ||
</ul> | ||
<h4>mammooc-rating-widget demos</h4> | ||
<ul class="horizontal-section"> | ||
<li><a href="default.html">The default element</a></li> | ||
<li><a href="withoutform.html">Without the form</a></li> | ||
<li><a href="onlyoverall.html">Only overall rating</a></li> | ||
<li><a href="customstyling.html">Custom styling</a></li> | ||
<li><a href="localized.html">Localized</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
</body> | ||
|
||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.