Skip to content

Commit

Permalink
googleicon.html style changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
dekatotoro committed Dec 15, 2014
1 parent 7c29ec3 commit 1a73049
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions GoogleMaterialDesignIcons/icon/demo-files/demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ input, fieldset {
input {
color: inherit;
line-height: 1.5;
height: 1.5em;
height: 1em;
padding: .25em 0;
}
input:focus {
Expand All @@ -47,7 +47,7 @@ input:focus {
font-size: 16px;
width: 15em;
padding-bottom: 1em;
margin-right: 4em;
margin-right: 1em;
margin-bottom: 1em;
float: left;
overflow: hidden;
Expand Down Expand Up @@ -97,16 +97,16 @@ p {
margin-right: 1em;
}
.mls {
margin-left: .25em;
margin-left: .1em;
}
.ptl {
padding-top: 1.5em;
}
.pbs, .pvs {
padding-bottom: .25em;
padding-bottom: .4em;
}
.pvs, .pts {
padding-top: .25em;
padding-top: .4em;
}
.unit {
float: left;
Expand All @@ -131,9 +131,9 @@ p {
display: none;
}
.textbox0 {
width: 3em;
width: 8em;
background: #f1f1f1;
padding: .25em .5em;
padding: .5em .5em;
line-height: 1.5;
height: 1.5em;
}
Expand All @@ -143,8 +143,8 @@ p {
line-height: 1.5;
}
.fs0 {
font-size: 16px;
font-size: 12px;
}
.fs1 {
font-size: 48px;
font-size: 32px;
}
8 changes: 4 additions & 4 deletions GoogleMaterialDesignIcons/icon/googleicon.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
<link rel="stylesheet" href="style.css">
<style>
.fs1 {
width: 60px;
width: 96px;
display:inline-block;
text-align:center;
white-space:wrap;
vertical-align:top;
}
.mls {
display:inline-block;
font-size: 6px;
display:inline-block;
font-size: 8px;
}
.size1of2 {
font-size: 12px;
Expand Down Expand Up @@ -21627,7 +21627,7 @@ <h1 class="mvm mtn fgc1">Grid Size: Unknown</h1>
</div>

<!--[if gt IE 8]><!-->
<div class="mhl clearfix mbl">
<div class="mhl clearfix mbl">
<h1>Font Test Drive</h1>
<label>
Font Size: <input id="fontSize" type="number" class="textbox0 mbm"
Expand Down

0 comments on commit 1a73049

Please sign in to comment.