Skip to content

Commit

Permalink
minimum style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiaraDipi committed Mar 7, 2016
1 parent 6d6f9e9 commit 7c70e1f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2339,9 +2339,9 @@ ul.ul_list li:hover, ul.ul_list li.list_element_opened{
font-size: 14pt;
overflow: hidden;

border-radius: 10px;
border: 3px solid rgb(78, 68, 60);
border-color: rgb(60, 50, 44);
border-radius: 5px;
/*border: 3px solid rgb(78, 68, 60);
border-color: rgb(60, 50, 44);*/
padding: 0;
height: 100%;
position: relative;
Expand Down Expand Up @@ -2481,9 +2481,9 @@ ul.ul_list li:hover, ul.ul_list li.list_element_opened{
#welcomeInfo {
/*background-color: #837468;*/
background: rgb(60, 50, 44);
border-radius: 10px;
border: 3px solid #4e443c;
border-color: rgb(60, 50, 44);
border-radius: 5px;
/*border: 3px solid #4e443c;
border-color: rgb(60, 50, 44);*/
padding: 0;
height: auto;
}
Expand Down

0 comments on commit 7c70e1f

Please sign in to comment.