Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
UPdate style a bit
  • Loading branch information
migueldeicaza committed Oct 20, 2012
1 parent d35fa6b commit aed7420
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions makefile
Expand Up @@ -12,10 +12,17 @@ lb.exe: lb.cs config.cs
b: lb.exe
mono --debug lb.exe -c config.xml -p output

#
# Builds the standard blog
#
c: lb.exe twentyten/blog-template.standard
-mkdir new; cp twentyten/* new
mono --debug lb.exe -c config.xml -p new -b twentyten/blog-template.standard -e twentyten/entry-template

#
# Builds the MonoMac blog
#

m: lb.exe twentyten/blog-template.monomac
-mkdir monomac; cp twentyten/* monomac
mono --debug lb.exe -c monomac.xml -p monomac -b twentyten/blog-template.monomac -e twentyten/entry-template
Expand Down
4 changes: 2 additions & 2 deletions twentyten/miguel-style.css
Expand Up @@ -11,8 +11,8 @@
}

.shell {
border-style: solid; background: #000000; color: #eeeeee;
border-width: 1px; padding: 2pt;
border-style: solid; background: #554f55; color: #eee;
border-width: 1px; padding: 1em;
margin:15px;
}

Expand Down

0 comments on commit aed7420

Please sign in to comment.