mirror of
https://github.com/fHDHR/fHDHR_NextPVR.git
synced 2025-12-06 08:26:57 -05:00
9 lines
114 B
CSS
9 lines
114 B
CSS
.pull-right { float: right; }
|
|
|
|
.pull-lef { float: left; }
|
|
|
|
.center {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|