Subversion Repositories Sites.obs-saisons.fr

Compare Revisions

Ignore whitespace Rev 153 → Rev 154

/trunk/themes/ods/style.css
803,6 → 803,24
padding : 10px
}
 
.bouton {
-moz-border-radius: 5px 5px 5px 5px;
-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
color: #FFFFFF !important;
cursor: pointer;
display: inline-block;
font-weight: bold;
overflow: visible;
position: relative;
text-decoration: none !important;
width: auto;
}
 
.bouton.orange, .bouton.orange:hover {
background-color: #58A61E;
border: 1px solid #4B8D1A;
}
 
/* Now we add the backgrounds for the main content shading */
#wrapper #container #center #squeeze {
/** background: #fff url(images/bg-content.png) repeat-x 50% 0;**/