mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-04 05:52:44 +08:00
99c72ad9e6
Reduce bootstrap .pull-right usage
14 lines
175 B
Text
14 lines
175 B
Text
//
|
|
// Utility classes
|
|
// --------------------------------------------------
|
|
|
|
|
|
// Quick floats
|
|
.pull-right {
|
|
float: right;
|
|
}
|
|
|
|
// Toggling content
|
|
.show {
|
|
display: block;
|
|
}
|