Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note
 Once you are done diagnosing/fixing your server, press "Cancel operation" under the "Server Recovery" tab and restart the server from the "Server Power control" tab.


CSS Stylesheet
.home-banner {
                    background: #459df0;
                    color: #fff;
                    font-size: 20px;
                    padding: 20px;
                    }
                    .home-banner h2 {
                    color: #fff;
                    }
                    .title-box {
                    border: 1px none #459df0;
                    padding: 10px;
                    }
                    .title-box > h2 {
                    background: #459df0;
                    bottom: 10px;
                    color: #fff;
                    margin-left: -10px;
                    margin-right: -10px;
                    padding: 2px 10px;
                    position: relative;
                    }

...