-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This adds showing of all demo applications included in a contrib.
- Loading branch information
1 parent
7c9a9c6
commit ef55b7b
Showing
5 changed files
with
121 additions
and
157 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,73 @@ | ||
*{ | ||
box-sizing: border-box; | ||
-moz-box-sizing: border-box; | ||
margin: 0; | ||
padding: 0; | ||
} | ||
|
||
body{ | ||
font-size: 13px; | ||
font-family: "Trebuchet MS", Tahoma, Arial, "Bitstream Vera Sans", Verdana, sans-serif; | ||
margin: 0; | ||
padding: 10px; | ||
} | ||
|
||
img{ | ||
box-sizing: content-box; | ||
-moz-box-sizing: content-box; | ||
border: 1px #134275 solid; | ||
} | ||
|
||
#content{ | ||
margin: 20px; | ||
width: 600px; | ||
} | ||
|
||
h1{ | ||
padding-top: 10px; | ||
font-size: 22px; | ||
color: #134275; | ||
padding-bottom: 5px; | ||
} | ||
|
||
h2{ | ||
padding-top: 10px; | ||
font-size: 16px; | ||
color: #134275; | ||
} | ||
|
||
li{ | ||
margin-left: 16px; | ||
margin-bottom: 3px; | ||
margin-top: 3px; | ||
list-style: square; | ||
} | ||
|
||
p{ | ||
margin: 6px 0; | ||
} | ||
|
||
a{ | ||
text-decoration: none; | ||
color: #134275; | ||
} | ||
|
||
td{ | ||
padding-top: 3px; | ||
padding-right: 3px; | ||
vertical-align: top; | ||
} | ||
|
||
td:first-child { | ||
font-weight: bold; | ||
padding-right: 10px; | ||
} | ||
|
||
.code { | ||
border-radius: 5px; | ||
-moz-border-radius: 5px; | ||
-webkit-border-radius: 5px; | ||
border: 1px solid #BCBEC0; | ||
padding: 2px; | ||
font:12px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace | ||
} |
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