Lines 2417-2422
span.sep {
Link Here
|
2417 |
margin: 5px; |
2417 |
margin: 5px; |
2418 |
} |
2418 |
} |
2419 |
|
2419 |
|
|
|
2420 |
#social_networks span { |
2421 |
color: #274D7F; |
2422 |
display : block; |
2423 |
float : left; |
2424 |
font-size: 85%; |
2425 |
font-weight: bold; |
2426 |
line-height: 2em; |
2427 |
margin : .5em 0 .5em .5em !important; |
2428 |
} |
2429 |
#social_networks a { |
2430 |
background: transparent url("../../images/social-sprite.png") no-repeat; |
2431 |
display: block; |
2432 |
height : 20px !important; |
2433 |
width : 20px; |
2434 |
text-indent : -999em; |
2435 |
} |
2436 |
|
2437 |
#social_networks div { |
2438 |
float : left !important; |
2439 |
margin : .5em 0 .5em .2em !important; |
2440 |
} |
2441 |
|
2442 |
#social_networks #facebook { |
2443 |
background-position : -7px -35px; |
2444 |
} |
2445 |
|
2446 |
#social_networks #twitter { |
2447 |
background-position : -7px -5px; |
2448 |
} |
2449 |
|
2450 |
#social_networks #linkedin { |
2451 |
background-position : -7px -95px; |
2452 |
} |
2453 |
|
2454 |
#social_networks #delicious { |
2455 |
background-position : -7px -66px; |
2456 |
} |
2457 |
|
2458 |
#social_networks #email { |
2459 |
background-position : -7px -126px; |
2460 |
} |
2461 |
|
2420 |
/* jQuery UI standard tabs */ |
2462 |
/* jQuery UI standard tabs */ |
2421 |
.ui-tabs-nav .ui-tabs-selected a, |
2463 |
.ui-tabs-nav .ui-tabs-selected a, |
2422 |
.ui-tabs-nav a:hover, |
2464 |
.ui-tabs-nav a:hover, |