mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-11 01:23:43 +08:00
e63037d7e2
New update system for main code (About tab)
16 lines
249 B
Text
16 lines
249 B
Text
|
|
.b-admin-about {
|
|
.rl-logo {
|
|
display: inline-block;
|
|
width: 250px;
|
|
height: 250px;
|
|
margin-top: -10px;
|
|
margin-bottom: -10px;
|
|
background-image: url("images/rainloop-logo.png");
|
|
}
|
|
.rl-desc {
|
|
margin-top: 20px;
|
|
margin-left: -20px;
|
|
}
|
|
}
|
|
|