1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 17:02:41 +01:00
phorge-phorge/webroot/rsrc/css/application/uiexample/example.css
2011-03-31 17:06:33 -07:00

22 lines
No EOL
350 B
CSS

/**
* @provides phabricator-ui-example-css
*/
.phabricator-ui-example-note {
padding: .5em;
margin: 2em 1em 0.5em;
background: #ffffdd;
border: 1px solid #f5e178;
}
.phabricator-ui-example-note tt {
font-weight: bold;
}
.phabricator-ui-example-header {
margin: 1em 2em 2em;
}
.phabricator-ui-example-description {
margin: 1em 0;
}