/*
 * Copyright (c) 2009, 2010, 2011, 2012, 2013, 2014 B3log Team
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
*/

/**
 * List plugin style.
 *
 * @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
 * @author <a href="http://88250.b3log.org">Liang Ding</a>
 * @version 1.1.0.0, Jul 14, 2014
 */

.b3-solo-list {
    margin: 20px 30px;
    list-style: none;
    font-size: 0.8em;
}

.b3-solo-list-h1 {

}

.b3-solo-list-h2 {
    margin-left: 16px;
}

.b3-solo-list-h3 {
    margin-left: 32px;
}

.b3-solo-list-h4 {
    margin-left: 48px;
}

.b3-solo-list-h5 {
    margin-left: 62px;
}