Created Issue: Css markup crashes view [6114]

4 views
Skip to first unread message

sparkviewengine Issue Tracker Rss Feed

unread,
May 13, 2010, 9:42:03 PM5/13/10
to spar...@googlegroups.com
<style type="text/css">
#breadCrumb ul li.first {
{
background-image:none;
float:left;
margin:0 5px;
padding:0;
}
</style>

error produced is: "error CS1513: } expected"
which is caused by "#breadCrumb ul li.first {"

URL: http://sparkviewengine.codeplex.com/WorkItem/View.aspx?WorkItemId=6114

--
You received this message because you are subscribed to the Google Groups "Spark View Engine Dev" group.
To post to this group, send email to spar...@googlegroups.com.
To unsubscribe from this group, send email to spark-dev+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/spark-dev?hl=en.

sasha revzin

unread,
May 15, 2010, 12:01:14 PM5/15/10
to spark-dev
it think that #breadCrumb ul li.first part of spark like:

#Html.BeginForm

Troy Goode

unread,
May 16, 2010, 9:29:11 AM5/16/10
to Spark View Engine Dev
The way I get around this is by prefixing the hash with the element
type:

div#breadcrumb ul li.first{ blah }

Not ideal, but it gets the job done until the stylesheet is moved out
into a separate file.

On May 15, 12:01 pm, sasha revzin <sasha.n...@gmail.com> wrote:
> it think that #breadCrumb ul li.first part of spark like:
>
> #Html.BeginForm
>
> http://sparkviewengine.codeplex.com/WorkItem/View.aspx?WorkItemId=2303
>
> On Fri, May 14, 2010 at 04:42, sparkviewengine Issue Tracker Rss Feed <
>
>
>
>
>
> sp...@dejardin.org> wrote:
> > <style type="text/css">
> > #breadCrumb ul li.first {
> > {
> > background-image:none;
> > float:left;
> > margin:0 5px;
> > padding:0;
> > }
> > </style>
>
> > error produced is: "error CS1513: } expected"
> > which is caused by "#breadCrumb ul li.first {"
>
> > URL:
> >http://sparkviewengine.codeplex.com/WorkItem/View.aspx?WorkItemId=6114
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Spark View Engine Dev" group.
> > To post to this group, send email to spar...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > spark-dev+...@googlegroups.com<spark-dev%2Bunsubscribe@googlegroups .com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/spark-dev?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups "Spark View Engine Dev" group.
> To post to this group, send email to spar...@googlegroups.com.
> To unsubscribe from this group, send email to spark-dev+...@googlegroups.com.
> For more options, visit this group athttp://groups.google.com/group/spark-dev?hl=en.
Reply all
Reply to author
Forward
0 new messages