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
/*$Id: commentsModule.css 82379 2011-11-17 21:49:30Z fisherc $ | |
/css/0.1/screen/community/comments/2.0/commentsModule.css | |
(c)2006 - 2011 The New York Times Company */ | |
/* font stacks */ | |
.commentsContainer .commentsModule, | |
.commentsContainer .commentReadMore { | |
font-family: arial, helvetica, sans-serif; | |
font-size: 12px; |
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
require 'rubygems' | |
require 'garb' | |
Garb::Session.login(username,password) | |
class Popular | |
extend Garb::Model | |
metrics :pageviews | |
dimensions :page_path, :page_title | |
end |
NewerOlder