11 lines
197 B
CSS
11 lines
197 B
CSS
.pull-right {
|
|
text-align: right;
|
|
}
|
|
.pull-center {
|
|
text-align: center;
|
|
}
|
|
.tr-style-top td {
|
|
/*border-top: 1px solid #6d6d6d;*/
|
|
box-shadow: 0 1px 0 #828181 inset;
|
|
outline: none;
|
|
} |