initial commit
[CPE_learningsite] / CPE / CPE.App / CPE.App.Web / Content / coursedetails.css
1 @font-face {
2   font-family: 'Glyphicons Halflings';
3   src: url('../fonts/glyphicons-halflings-regular.eot');
4   src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
5 }
6
7 .glyphicon {
8   position: relative;
9   top: 1px;
10   display: inline-block;
11   font-family: 'Glyphicons Halflings';
12   -webkit-font-smoothing: antialiased;
13   font-style: normal;
14   font-weight: normal;
15   line-height: 1;
16 }
17 .glyphicon-envelope:before {
18   content: "\2709";
19 }
20
21 .glyphicon-check:before {
22   content: "\e067";
23 }
24
25 .glyphicon-ok:before {
26   content: "\e013";
27 }
28
29 .glyphicon-remove:before {
30   content: "\e014";
31 }