Logo a nadpis
authorFrantišek Kučera <franta-hg@frantovo.cz>
Sat Mar 07 17:27:27 2009 +0100 (2009-03-07)
changeset 36c77707f0e1a
parent 2 43a6e33a4854
child 4 378b01fa565d
Logo a nadpis
java/UpozorneniEmailem/web/css/styl.css
java/UpozorneniEmailem/web/index.jsp
java/UpozorneniEmailem/web/logo.png
     1.1 --- a/java/UpozorneniEmailem/web/css/styl.css	Sat Mar 07 15:36:13 2009 +0100
     1.2 +++ b/java/UpozorneniEmailem/web/css/styl.css	Sat Mar 07 17:27:27 2009 +0100
     1.3 @@ -2,6 +2,13 @@
     1.4      font-family: sans-serif;
     1.5  }
     1.6  
     1.7 +h1 {
     1.8 +    color: orange;
     1.9 +    font-family: serif;
    1.10 +    font-style: italic;
    1.11 +    font-size: 42px;
    1.12 +}
    1.13 +
    1.14  table {
    1.15      border: 1px solid black;
    1.16      border-collapse:collapse;
     2.1 --- a/java/UpozorneniEmailem/web/index.jsp	Sat Mar 07 15:36:13 2009 +0100
     2.2 +++ b/java/UpozorneniEmailem/web/index.jsp	Sat Mar 07 17:27:27 2009 +0100
     2.3 @@ -6,7 +6,7 @@
     2.4      <head>
     2.5          <meta http-equiv="content-language" content="cs"/>
     2.6          <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8"/>
     2.7 -        <title>Upozornění e-mailem</title>
     2.8 +        <title>Nezapomeň!</title>
     2.9          <link type="text/css" href="css/ui-lightness/jquery-ui-1.7.custom.css" rel="stylesheet" />
    2.10          <link type="text/css" href="css/styl.css" rel="stylesheet" />
    2.11          <script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>
    2.12 @@ -14,7 +14,7 @@
    2.13          <script type="text/javascript" src="js/ui.datepicker-cs.js"></script>
    2.14      </head>
    2.15      <body>
    2.16 -        <h1><img src="logo.png" alt="logo" id="logo"/>Upozornění e-mailem</h1>
    2.17 +        <h1><img src="logo.png" alt="logo" id="logo"/>Nezapomeň!</h1>
    2.18  
    2.19  
    2.20          <script type="text/javascript">
     3.1 Binary file java/UpozorneniEmailem/web/logo.png has changed