Skip to content

Instantly share code, notes, and snippets.

@bkoopman
Created May 29, 2013 07:07
Show Gist options
  • Save bkoopman/5668467 to your computer and use it in GitHub Desktop.
Save bkoopman/5668467 to your computer and use it in GitHub Desktop.
<%@ Control Language="C#" AutoEventWireup="true" Inherits="Example.Controls.DeckPages.MainDeckPage" %>
<div id="MainDeckPageOverlay" class="stack horizontal">
<div class="label stack-elem">
<asp:Label runat="server" Text="Stack Overflow" />
</div>
<div class="separator line stack-elem"></div>
<div id="MainDeckPageButtonsHolder" class="line stack-elem">
<c:extendablearea id="MainDeckPageButtons" runat="server"></c:extendablearea>
</div>
<c:extendablearea id="MainDeckPageBody" runat="server"></c:extendablearea>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment