search for: 28px

Displaying 4 results from an estimated 4 matches for "28px".

Did you mean: 28pm
2006 Apr 25
12
RE: Element.scrollTo duration isn''t working
I thought the duration parameter was only used with Effect functions, but I could be wrong. Greg > -----Original Message----- > From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs- > bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Joe Hudson > Sent: Tuesday, April 25, 2006 8:37 AM > To:
2009 May 12
3
forms & link css classes - not working
...a, a:link, a:visited{ color: #ff8400; } #content a:hover{ background: #ff8400; color: #FFFFFF; } #content a.urgent, a.urgent:link, a.urgent:visited { color: #FF0000; } #content a.urgent:hover { color: #FFFFFF; background: #FF0000; } #content input.m_title{ font-weight: bold; font-size: 28px; padding: 3px; } The style for the links works, but not for the .urgent class. Also the style for the input.m_title will not work. When I view the source the class is written right too: <a href="/galleries/1" style="urgent">Destroy</a> and <input style="m...
2017 Jun 07
1
rmarkdown and font size
Suppose I have a file (named "tmp.rmd") containing: --- title: Test --- ```{r example, echo=FALSE, results='asis'} tmp <- data.frame(a=1:5, b=letters[1:5]) print( knitr::kable(tmp, row.names=FALSE)) ``` And I render it with: rmarkdown::render('tmp.rmd', output_format=c('html_document','pdf_document')) I get two files: tmp.pdf tmp.html Is
2017 Jun 13
0
WG: Fw: Re: rmarkdown and font size
...Test > --- > > <style type="text/css"> > > body{ /* Normal */ > font-size: 12px; > } > td { /* Table */ > font-size: 8px; > } > h1.title { > font-size: 38px; > color: DarkRed; > } > h1 { /* Header 1 */ > font-size: 28px; > color: DarkBlue; > } > h2 { /* Header 2 */ > font-size: 22px; > color: DarkBlue; > } > h3 { /* Header 3 */ > font-size: 18px; > font-family: "Times New Roman", Times, serif; > color: DarkBlue; > } > code.r{ /* Code block */ > fon...