Created
November 27, 2012 14:46
-
-
Save golyshevd/4154596 to your computer and use it in GitHub Desktop.
title
This file contains hidden or 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
/* | |
title | |
*/ | |
.b-calendar { | |
padding: 1em; | |
border: 1px solid red; | |
display: inline-block; | |
} | |
* html .b-calendar { | |
display: inline; | |
zoom: 1; | |
} | |
.b-image { | |
vertical-align: top; | |
} | |
.b-annotation { | |
display: inline-block; | |
vertical-align: bottom; | |
} | |
* html .b-annotation { | |
display: inline; | |
zoom: 1; | |
} |
This file contains hidden or 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
<div> | |
<span class="b-calendar"> | |
<span class="b-calend__day">10</span><br/> | |
<span class="b-calend__month">ноя</span> | |
</span> | |
<img src="http://company-spacy.daze.yandex.com.tr/i/celebration/2012/teachersday-12-tr.png" class="b-image"/> | |
<span class="b-annotation"> | |
Первая строка<br /> | |
Вторая строка<br/> | |
Третья строка<br /> | |
Четвертая строка<br /> | |
</span> | |
<div> |
This file contains hidden or 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
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment