1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-16 21:34:25 +03:00
ifhub.club/application/frontend/skin/developer/components/perfomance/css/perfomance.css
2014-10-24 20:30:31 +07:00

18 lines
257 B
CSS
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* Информация о производительности
*/
.performance {
margin: 20px;
padding: 20px;
}
.performance table {
width: 100%;
}
.performance td {
vertical-align: top;
}
.performance h4 {
font-weight: bold;
font-size: 14px;
}