porter_lightweight/gateway-service/src/main/resources/ui/css/style.css [18:49]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
.error {
    font-family:verdana;
    color:red;
}

.header {
    background-color:black;
    color:white;
    text-align:center;
    padding:5px;
}

.nav {
    line-height:30px;
    background-color:#eeeeee;
    height:300px;
    width:100px;
    float:left;
    padding:5px; 
}

.section {
    text-align:center;
    padding:5px;
}

.footer {
    color:red;
    clear:both;
    text-align:center;
    padding:25px; 
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



porter_springboot/website/src/main/resources/static/ui/css/style.css [18:49]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
.error {
    font-family:verdana;
    color:red;
}

.header {
    background-color:black;
    color:white;
    text-align:center;
    padding:5px;
}

.nav {
    line-height:30px;
    background-color:#eeeeee;
    height:300px;
    width:100px;
    float:left;
    padding:5px; 
}

.section {
    text-align:center;
    padding:5px;
}

.footer {
    color:red;
    clear:both;
    text-align:center;
    padding:25px; 
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



