🧘♂️
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* -- Car Offers page -- */ | |
/* basic housekeeping */ | |
*{padding:0;margin:0;} | |
html,body{min-height:100%;} | |
body{font:normal 13px/1 'Helvetica Neue',Helvetica,Arial,sans-serif;} | |
a{color:#353978;} | |
abbr[title]{cursor:help;border-bottom:1px dotted;} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* -- Car Offers page -- */ | |
/* basic housekeeping */ | |
*{padding:0;margin:0;} | |
html,body{min-height:100%;} | |
body{font:normal 13px/1 'Helvetica Neue',Helvetica,Arial,sans-serif;} | |
a{color:#353978;} | |
abbr[title]{cursor:help;border-bottom:1px dotted;} | |
/* buttons */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* -- Car Offers page -- */ | |
/* basic housekeeping */ | |
*{padding:0;margin:0;} | |
html,body{min-height:100%;} | |
body{font:normal 13px/1 'Helvetica Neue',Helvetica,Arial,sans-serif;color:#333;} | |
a{color:#353978;} | |
abbr[title]{cursor:help;border-bottom:1px dotted;} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* -- Car Offers page -- */ | |
/* basic housekeeping */ | |
*{padding:0;margin:0;} | |
html,body{min-height:100%;} | |
body{font:normal 13px/1 'Helvetica Neue',Helvetica,Arial,sans-serif;color:#333;} | |
a{color:#353978;} | |
abbr[title]{cursor:help;border-bottom:1px dotted;} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* -- Car Offers page -- */ | |
/* basic housekeeping */ | |
*{padding:0;margin:0;} | |
html,body{min-height:100%;} | |
body{font:normal 13px/1.38461538 'Helvetica Neue',Helvetica,Arial,sans-serif;color:#333;} | |
a{color:#353978;} | |
abbr[title]{cursor:help;border-bottom:1px dotted;} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Ratings Stars | |
(with as little code as possible) | |
*/ | |
.rating { | |
unicode-bidi: bidi-override; | |
direction: rtl; | |
text-align: center; | |
} | |
.rating > span { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Ratings Stars | |
(with as little code as possible) | |
*/ | |
.rating { | |
unicode-bidi: bidi-override; | |
direction: rtl; | |
text-align: center; | |
} | |
.rating > span { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* search new vehicles list */ | |
/* ----------------------------- | |
$GLOBAL | |
-------------------------------- */ | |
*{ | |
box-sizing:border-box; | |
padding:0; | |
margin:0; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* search new vehicles list */ | |
/* ----------------------------- | |
$GLOBAL | |
-------------------------------- */ | |
*{ | |
box-sizing:border-box; | |
padding:0; | |
margin:0; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Core styles for Listers: | |
http://listers.co.uk | |
Support for: | |
Safari 3 > * | |
Firefox 4 > * | |
Chrome 12 > * | |
IE8 > * |
OlderNewer