2014-09-02 18:07:02 +05:30
|
|
|
.my-snippets li:first-child {
|
|
|
|
h4 { margin-top: 0; }
|
|
|
|
padding-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.snippet-form-holder .file-holder .file-title {
|
|
|
|
padding: 2px;
|
|
|
|
}
|
2015-09-25 12:07:36 +05:30
|
|
|
|
|
|
|
|
|
|
|
.snippet-row {
|
|
|
|
.snippet-title {
|
|
|
|
font-size: 15px;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 20px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
|
|
|
|
.monospace {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.snippet-info {
|
|
|
|
color: #888;
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 24px;
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: #888;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|