DmitrMakeev commited on
Commit
342a2d3
·
verified ·
1 Parent(s): 67fc84e

Update nutri_call.html

Browse files
Files changed (1) hide show
  1. nutri_call.html +0 -33
nutri_call.html CHANGED
@@ -526,39 +526,6 @@ legend {
526
  }
527
 
528
 
529
- /* Общие стили */
530
-
531
- .fert-row {
532
- display: table-row;
533
- }
534
-
535
- .fert-name,
536
- .fert-header,
537
- .fert-cell,
538
- .fert-input {
539
- display: table-cell;
540
- padding: 5px 10px;
541
- text-align: center;
542
- border: 1px solid #ccc;
543
- }
544
-
545
- .fert-header {
546
- font-weight: bold;
547
- background-color: #eaeaea;
548
- }
549
-
550
- .fert-input {
551
- width: 80px;
552
- }
553
-
554
- /* Цветовая маркировка для бутылок */
555
- .bottle-a {
556
- background-color: #d1e7fd; /* Светло-голубой */
557
- }
558
-
559
- .bottle-b {
560
- background-color: #d4f5d4; /* Светло-зеленый */
561
- }
562
 
563
  </style>
564
 
 
526
  }
527
 
528
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
529
 
530
  </style>
531