Collection of resources for CSS. Built on the gist at nucliweb/CSS-Tools.md for which credit goes to @nucliweb.
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
table { display: table } | |
tr { display: table-row } | |
thead { display: table-header-group } | |
tbody { display: table-row-group } | |
tfoot { display: table-footer-group } | |
col { display: table-column } | |
colgroup { display: table-column-group } | |
td, th { display: table-cell } | |
caption { display: table-caption } |
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
rm -rf /Applications/Tuxera\ Disk\ Manager.app | |
rm -rf /Library/Application\ Support/Tuxera\ NTFS | |
rm -rf /Library/Filesystems/fusefs_txantfs.fs |
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
rm -rf /Applications/Tuxera\ Disk\ Manager.app | |
rm -rf /Library/Application\ Support/Tuxera\ NTFS | |
rm -rf /Library/Filesystems/fusefs_txantfs.fs |
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
-- | |
With greetings from India | |
Pali Madra (Digital Marketing Expert) | |
------------------------------------------------- | |
Smashing Magazine | |
- http://www.twitter.com/smashingmag | |
online magazine for designers and developers | |
----------------8<-------------[ cut here ]------------------ |
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
<!-- Taken from cultofmac website at http://www.cultformac.com. Thanks to Rob LeFebvre (@roblef). --> | |
<div id="sig" style="min-height: 50px; line-height: 17px; margin: 6px 0; padding: 8px; border-top: 1px #999999 dotted; border-bottom: 1px #999999 dotted; font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; font-size: 11px; color: #606f78; min-width: 530px;"><img style="float: left; padding: 2px 6px 0 0;" src="http://www.cultofmac.com/LOGOHERE.jpg" alt="CultofMac Logo" /> | |
<strong style="color: #606f78;">Rob LeFebvre</strong>. Culture Editor. <a style="color: #606f78; text-decoration: none; border-bottom: 1px #999999 dotted;" title="Visit CultofMac.com" href="http://www.cultofmac.com">Cult of Mac.com</a> | |
(408) 320-8874 | <a style="color: #606f78; text-decoration: none; border-bottom: 1px #999999 dotted;" href="mailto:[email protected]">[email protected]</a> | | |
@roblef | http://cultofmac.com/author/rob-lefebvre</div> |
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
<body> | |
<br /> | |
<br /> | |
<br /> | |
<style type='text/css'> | |
a.link{margin:0;padding:0;border:none !important;text-decoration:none !important;} | |
table,tr,td,a,span{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;} | |
</style> | |
<meta http-equiv='Content-Type' content='text/html; charset=UTF-8' /> | |
<meta name='format-detection' content='telephone=no' /> |